diff options
-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 e637a1bb4..ea0a3b0d0 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" DESCRIPTION = "Common macros for building GNOME applications" inherit gnome -PACKAGE_ARCH="all" +# all isn't appropriate since STAGING_DATADIR is target specific +# PACKAGE_ARCH="all" # The omf.make file failed if scrollkeeper doesn't happen to be # installed |