mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a918e5de7e
commit
738df82e9e
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user