summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/hellocm/hellocm_0.1.bb
blob: 49c862726d11ee2cc4647f77055a04f757aab512 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "hellocm cmake example"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SECTION = "examples"
SRC_URI = "file://${BPN}-${PV}.tar.bz2"
inherit cmake

#export EXTRA_OECMAKE = '-DBLUBB="bla"

FILES_{PN} = "${bindir}/hellocm"