aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gnomebase.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-30 11:30:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:16:18 +0000
commit6a4f394bc1280f5d58d928a2f7cff7cce4eb3b2b (patch)
tree1d40162a763fcd32b1202943be2b984d3fc413ff /meta/classes/gnomebase.bbclass
parent1f78e2c97f978f0f02e884870e7c495751f0802c (diff)
downloadopenembedded-core-contrib-6a4f394bc1280f5d58d928a2f7cff7cce4eb3b2b.tar.gz
gnomebase: depend on gnome-common-native
gnome-common is a build-only dependency so we should depend on the native variant. This also resolves an (incorrect) GPLv3 license issue in gnome-common at build-time. This will also remove the pointless gnome-common-dev RRECOMMENDS in any -dev package that uses gnomebase. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/gnomebase.bbclass')
-rw-r--r--meta/classes/gnomebase.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass
index 19c7f7143d..91c476cab3 100644
--- a/meta/classes/gnomebase.bbclass
+++ b/meta/classes/gnomebase.bbclass
@@ -7,7 +7,7 @@ GNOME_COMPRESS_TYPE ?= "bz2"
SECTION ?= "x11/gnome"
SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
-DEPENDS += "gnome-common"
+DEPENDS += "gnome-common-native"
FILES_${PN} += "${datadir}/application-registry \
${datadir}/mime-info \