]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnomebase: depend on gnome-common-native
authorRoss Burton <ross.burton@intel.com>
Tue, 30 Oct 2012 11:30:26 +0000 (11:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Nov 2012 16:16:18 +0000 (16:16 +0000)
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>
meta/classes/gnomebase.bbclass

index 19c7f7143d2a605638c21cb3c70dcc53f4417324..91c476cab3136e660f17bda83e8dc541b8a76ed5 100644 (file)
@@ -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 \