From patchwork Wed Nov 23 06:48:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [9/9] core-image-gtk-directfb.bb: add an image for gtk over directfb Date: Wed, 23 Nov 2011 06:48:09 -0000 From: Xiaofeng Yan X-Patchwork-Id: 15319 Message-Id: <4ab5dfb9e707d9e86d01ab73bce5a60574e12e3e.1322028165.git.xiaofeng.yan@windriver.com> To: From: Xiaofeng Yan This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- .../images/core-image-gtk-directfb.bb | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/images/core-image-gtk-directfb.bb diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb new file mode 100644 index 0000000..00ba5cf --- /dev/null +++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb @@ -0,0 +1,21 @@ +LICENSE = "MIT" +PR="r0" + +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + + +DEPENDS += "task-gtk-directfb" + +RDEPENDS_${PN} += " \ + task-gtk-directfb-base \ + " + +inherit core-image + +IMAGE_INSTALL += "\ + ${POKY_BASE_INSTALL} \ + task-core-basic \ + module-init-tools \ + task-gtk-directfb-base \ +"