diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-30 11:30:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:31 +0000 |
commit | f3fc98db5233fb7c6e025a4085aad270a1f8f145 (patch) | |
tree | a7001a76cd7d93ac5dc4e44123191d61476bd101 /meta/classes/gnomebase.bbclass | |
parent | ce7e817b49f62db73c6fd0a27cca9f6c0028bf3e (diff) | |
download | poky-f3fc98db5233fb7c6e025a4085aad270a1f8f145.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: 6a4f394bc1280f5d58d928a2f7cff7cce4eb3b2b)
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/classes/gnomebase.bbclass')
-rw-r--r-- | meta/classes/gnomebase.bbclass | 2 |
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" | |||
7 | SECTION ?= "x11/gnome" | 7 | SECTION ?= "x11/gnome" |
8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" | 8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" |
9 | 9 | ||
10 | DEPENDS += "gnome-common" | 10 | DEPENDS += "gnome-common-native" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/application-registry \ | 12 | FILES_${PN} += "${datadir}/application-registry \ |
13 | ${datadir}/mime-info \ | 13 | ${datadir}/mime-info \ |