summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-19 11:57:00 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-19 11:57:00 +0000
commit7471ff92aead597d027e90bfe273606de989dea4 (patch)
tree2506ea7d7c122da3ddbc71b73308bfe79447dd69 /meta/packages/gnome
parentaf361dbeee93530f4041a967f2fa1e490ef2fc78 (diff)
downloadpoky-7471ff92aead597d027e90bfe273606de989dea4.tar.gz
gnome-common: PACKAGE_ARCH=all isn't appropriate since STAGING_DATADIR is target specific
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gnome-common_2.20.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gnome/gnome-common_2.20.0.bb b/meta/packages/gnome/gnome-common_2.20.0.bb
index e637a1bb4c..ea0a3b0d06 100644
--- a/meta/packages/gnome/gnome-common_2.20.0.bb
+++ b/meta/packages/gnome/gnome-common_2.20.0.bb
@@ -4,7 +4,8 @@ PR = "r1"
4DESCRIPTION = "Common macros for building GNOME applications" 4DESCRIPTION = "Common macros for building GNOME applications"
5inherit gnome 5inherit gnome
6 6
7PACKAGE_ARCH="all" 7# all isn't appropriate since STAGING_DATADIR is target specific
8# PACKAGE_ARCH="all"
8 9
9# The omf.make file failed if scrollkeeper doesn't happen to be 10# The omf.make file failed if scrollkeeper doesn't happen to be
10# installed 11# installed