From 498830a97001a793c12aef3d011c5374a05b4a83 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 12 Jan 2016 12:00:25 +0100 Subject: mv yocto examples into example dir Signed-off-by: Manuel Traut --- .../yocto/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/yocto/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb (limited to 'examples/yocto/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb') diff --git a/examples/yocto/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb b/examples/yocto/meta-mini/recipes-hello/helloqt/helloqt_1.0.bb new file mode 100644 index 0000000..e9d7b90 --- /dev/null +++ b/examples/yocto/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