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:
Dongxiao Xu
2010-07-09 14:04:45 +08:00
committed by Richard Purdie
parent e1ed3900fa
commit d673ad0299

View File

@@ -20,6 +20,8 @@ EXTRA_OECONF = "\
--x-libraries=${STAGING_LIBDIR} \
"
PACKAGES_DYNAMIC = ""
do_compile() {
cd gdk-pixbuf && oe_runmake
}