From: Dongxiao Xu Date: Fri, 9 Jul 2010 06:04:45 +0000 (+0800) Subject: gdk-pixbuf-csource-native: Fix multiple providers warning X-Git-Tag: 2011-1~5299 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d673ad029948467d7ae4164f5f9199ce4cc4a36c;p=openembedded-core.git 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 --- diff --git a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb index cff9cd81af..c88a79570a 100644 --- a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb +++ b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb @@ -20,6 +20,8 @@ EXTRA_OECONF = "\ --x-libraries=${STAGING_LIBDIR} \ " +PACKAGES_DYNAMIC = "" + do_compile() { cd gdk-pixbuf && oe_runmake }