[oe-commits] Koen Kooi : gnome-icon-theme: as I said in my commit two weeks ago: things check for its .pc file, which gets installed in to arch-specific staging, so PACKAGE_ARCH= all breaks multimachine builds.

git version control git at git.openembedded.org
Wed Nov 11 06:25:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2a7eb1c2810769fa80dffc1e5080658e645fbb37
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a7eb1c2810769fa80dffc1e5080658e645fbb37

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 10 18:11:08 2009 +0100

gnome-icon-theme: as I said in my commit two weeks ago: things check for its .pc file, which gets installed in to arch-specific staging, so PACKAGE_ARCH=all breaks multimachine builds.

---

 recipes/gnome/gnome-icon-theme_2.28.0.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gnome-icon-theme_2.28.0.bb b/recipes/gnome/gnome-icon-theme_2.28.0.bb
index e692287..fb7c2fa 100644
--- a/recipes/gnome/gnome-icon-theme_2.28.0.bb
+++ b/recipes/gnome/gnome-icon-theme_2.28.0.bb
@@ -5,12 +5,10 @@ DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
 RDEPENDS = "hicolor-icon-theme"
 RRECOMMENDS = "librsvg-gtk"
 
-PR = "r2"
+PR = "r3"
 
 inherit gnome
 
 EXTRA_OECONF = "--disable-hicolor-check"
 
-PACKAGE_ARCH = "all"
-
 FILES_${PN} += "${datadir}/*"





More information about the Openembedded-commits mailing list