From 76abc8590aa5324cca93b2c9c942879f8a6ac03f Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 2 Feb 2015 12:03:12 +0100 Subject: add meta-mini yocto layer initial version (not as submodule) Signed-off-by: Manuel Traut --- .../poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 distribution/yocto-advanced/poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb (limited to 'distribution/yocto-advanced/poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb') diff --git a/distribution/yocto-advanced/poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb b/distribution/yocto-advanced/poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb new file mode 100644 index 0000000..e9d7b90 --- /dev/null +++ b/distribution/yocto-advanced/poky/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "helloqt QT example" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +SECTION = "examples" +SRC_URI = "file://${BPN}-${PV}.tar.bz2" + +inherit qt4e + +PR = "r4" + +do_install() { + install -d ${D}${bindir} + install -m 0755 helloqt ${D}${bindir} +} -- cgit v1.2.3