mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
gdk-pixbuf-csource-native: Fix multiple providers warning
Override PACKAGES_DYNAMIC in gdk-pixbuf-csource-native_2.12.7.bb since
it requires gtk+_${PV}.bb where PACKAGES_DYNAMIC has already been
defined
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
e1ed3900fa
commit
d673ad0299
@@ -20,6 +20,8 @@ EXTRA_OECONF = "\
|
||||
--x-libraries=${STAGING_LIBDIR} \
|
||||
"
|
||||
|
||||
PACKAGES_DYNAMIC = ""
|
||||
|
||||
do_compile() {
|
||||
cd gdk-pixbuf && oe_runmake
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user