diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-08-26 10:13:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:48:03 +0100 |
commit | 73b8ac611b0bd53cd1f55c8716768dc935d3d15a (patch) | |
tree | 105feb7f4041e354f6946f00bfca863df382e357 /meta/recipes-qt/images/qt4e-demo-image.bb | |
parent | c7850ddfebc6ae44a65cee212e6648033ae38b72 (diff) | |
download | poky-73b8ac611b0bd53cd1f55c8716768dc935d3d15a.tar.gz |
qt4e-demo-image: Fix bug 999
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
(From OE-Core rev: 612ab0aaf3e693b90bb18234e2517bfc87ee3f7c)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/images/qt4e-demo-image.bb')
-rw-r--r-- | meta/recipes-qt/images/qt4e-demo-image.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb new file mode 100644 index 0000000000..f2150ca1ce --- /dev/null +++ b/meta/recipes-qt/images/qt4e-demo-image.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PR="r1" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | |||
7 | DEPENDS += "task-qt4e" | ||
8 | |||
9 | RDEPENDS_${PN} += " \ | ||
10 | task-qt4e-base \ | ||
11 | " | ||
12 | |||
13 | IMAGE_INSTALL += "\ | ||
14 | module-init-tools \ | ||
15 | task-qt4e-base \ | ||
16 | " | ||
17 | |||
18 | inherit core-image | ||
19 | |||