]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-box2d: Mark as machine specific
authorRichard Purdie <richard@openedhand.com>
Mon, 21 Jul 2008 11:27:09 +0000 (11:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 21 Jul 2008 11:27:09 +0000 (11:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4909 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter-box2d.inc

index ef1f2936e776361d878c4af325725b72e8ab9f7d..8189d12bbb5e27f1c1c261d94f9f7a31cc6d13f8 100644 (file)
@@ -4,6 +4,9 @@ LICENSE = "GPLv2"
 
 DEPENDS = "clutter"
 
+# The main clutter lib is machine specific so we need to be too
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 inherit autotools pkgconfig gtk-doc
 
 do_stage () {