summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-30 11:30:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:19:53 +0000
commit738df82e9ea2488979803870cb851e509082aff4 (patch)
tree4f32d6e51c3b59b87fcec92f6312204b73701ea4 /meta
parenta918e5de7ed97ca02f973dfded5b23738f13545e (diff)
downloadpoky-738df82e9ea2488979803870cb851e509082aff4.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. (From OE-Core rev: c91b7d06665aa6e44ffce3ea8117cac80cf3446c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
7SECTION ?= "x11/gnome" 7SECTION ?= "x11/gnome"
8SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" 8SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
9 9
10DEPENDS += "gnome-common" 10DEPENDS += "gnome-common-native"
11 11
12FILES_${PN} += "${datadir}/application-registry \ 12FILES_${PN} += "${datadir}/application-registry \
13 ${datadir}/mime-info \ 13 ${datadir}/mime-info \