[oe-commits] Koen Kooi : clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines

git version control git at git.openembedded.org
Sat Sep 12 14:01:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eabc33a1f14a92015dac4508e57a40d26cd385e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eabc33a1f14a92015dac4508e57a40d26cd385e6

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Sep 12 16:00:03 2009 +0200

clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines

---

 recipes/clutter/clutter.inc |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc
index 4e24579..4e36669 100644
--- a/recipes/clutter/clutter.inc
+++ b/recipes/clutter/clutter.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library"
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPL"
 
-COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|beagleboard|overo|omap3evm)"
+COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|omap3517-evm|beagleboard|overo|omap3evm)"
 
 STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
 BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
@@ -20,6 +20,10 @@ EXTRA_OECONF_mx31litekit = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_mx31litekit = "${MACHINE_ARCH}"
 LDFLAGS_append_mx31litekit = " -lpvrNULLWSEGL -lstdc++ "
 
+DEPENDS_armv7a = "${STDDEPENDS} libgles-omap3 tslib"
+EXTRA_OECONF_armv7a = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
+PACKAGE_ARCH_armv7a = "${MACHINE_ARCH}"
+
 DEPENDS_omap-3430ldp = "${STDDEPENDS} libgles-omap3 tslib"
 EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglx"
 PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
@@ -28,18 +32,6 @@ DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib"
 EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglx"
 PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}"
 
-DEPENDS_beagleboard = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_beagleboard = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_beagleboard = "${MACHINE_ARCH}"
-
-DEPENDS_omap3evm = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_omap3evm = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_omap3evm = "${MACHINE_ARCH}"
-
-DEPENDS_overo = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_overo = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_overo = "${MACHINE_ARCH}"
-
 DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib"
 EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list