Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] core-image-gtk-directfb: add a bb file to build an image for gtk over
@ 2011-12-16  8:12 Xiaofeng Yan
  2011-12-16  8:12 ` [PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb Xiaofeng Yan
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-12-16  8:12 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Hi Richard,

I have modified my patches according to your suggestion. Please review it again. 

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/gtk-directfb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/gtk-directfb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  core-image-gtk-directfb: add a bb file to build an image for gtk over
    directfb

 .../images/core-image-gtk-directfb.bb              |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-graphics/images/core-image-gtk-directfb.bb




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb
  2011-12-16  8:12 [PATCH 0/1] core-image-gtk-directfb: add a bb file to build an image for gtk over Xiaofeng Yan
@ 2011-12-16  8:12 ` Xiaofeng Yan
  2012-01-05 11:26   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-12-16  8:12 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

This file can make an image to run gtk over directfb.

[YOCTO #1674]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 .../images/core-image-gtk-directfb.bb              |   28 ++++++++++++++++++++
 1 files changed, 28 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..87b3a86
--- /dev/null
+++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb
@@ -0,0 +1,28 @@
+LICENSE = "MIT"
+PR="r0"
+
+
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+
+DEPENDS += "task-core-gtk-directfb"
+
+RDEPENDS_${PN} += " \
+	task-core-gtk-directfb-base \
+	"
+
+inherit core-image
+
+IMAGE_INSTALL += "\
+	${POKY_BASE_INSTALL} \
+	task-core-basic \
+	module-init-tools \
+	task-core-gtk-directfb-base \
+"
+
+python __anonymous () {
+	packages = d.getVar('DISTRO_FEATURES', True).split()
+	if "x11" in packages:
+		raise bb.parse.SkipPackage("FEATURE \"x11\" is in DISTRO_FEATURES, Please remove \"x11\" from DISTRO_FEATURES, use \"gtk-directfb\" instead of it\n")
+}
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb
  2011-12-16  8:12 ` [PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb Xiaofeng Yan
@ 2012-01-05 11:26   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-01-05 11:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-12-16 at 16:12 +0800, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> 
> This file can make an image to run gtk over directfb.
> 
> [YOCTO #1674]
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
>  .../images/core-image-gtk-directfb.bb              |   28 ++++++++++++++++++++
>  1 files changed, 28 insertions(+), 0 deletions(-)
>  create mode 100644 meta/recipes-graphics/images/core-image-gtk-directfb.bb

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-05 11:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16  8:12 [PATCH 0/1] core-image-gtk-directfb: add a bb file to build an image for gtk over Xiaofeng Yan
2011-12-16  8:12 ` [PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb Xiaofeng Yan
2012-01-05 11:26   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox