diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-19 11:57:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-19 11:57:00 +0000 |
commit | 7471ff92aead597d027e90bfe273606de989dea4 (patch) | |
tree | 2506ea7d7c122da3ddbc71b73308bfe79447dd69 /meta/packages | |
parent | af361dbeee93530f4041a967f2fa1e490ef2fc78 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/gnome/gnome-common_2.20.0.bb | 3 |
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" | |||
4 | DESCRIPTION = "Common macros for building GNOME applications" | 4 | DESCRIPTION = "Common macros for building GNOME applications" |
5 | inherit gnome | 5 | inherit gnome |
6 | 6 | ||
7 | PACKAGE_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 |