summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-devtools/template-recipe/template-recipe.bb
blob: 50476715eddef09c6a047a0a0b129f1a51935d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "HelloWorld app with phosphor-logging usage example."
DESCRIPTION = "NOTE: Phosphor-logging has dependencies on systemd and sdbusplus."

SRC_URI = "git://github.com/Intel-BMC/template-recipe;protocol=ssh"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

# Modify these as desired
PV = "1.0+git${SRCPV}"
SRCREV = "2d5d731254319de8b42d6438b0ce3908dd5b0dec"

S = "${WORKDIR}/git"

inherit cmake

DEPENDS = "systemd sdbusplus phosphor-logging"
RDEPENDS_${PN} = "libsystemd sdbusplus phosphor-logging"