summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-07-09 14:04:45 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-14 09:55:55 +0100
commitd673ad029948467d7ae4164f5f9199ce4cc4a36c (patch)
tree528db4fe94be63a23c6ad758e132c81972cedefe /meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb
parente1ed3900fabad7d62dea4ee84ecfd4db62f8ad08 (diff)
downloadpoky-d673ad029948467d7ae4164f5f9199ce4cc4a36c.tar.gz
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>
Diffstat (limited to 'meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb')
-rw-r--r--meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb2
1 files changed, 2 insertions, 0 deletions
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 = "\
20 --x-libraries=${STAGING_LIBDIR} \ 20 --x-libraries=${STAGING_LIBDIR} \
21" 21"
22 22
23PACKAGES_DYNAMIC = ""
24
23do_compile() { 25do_compile() {
24 cd gdk-pixbuf && oe_runmake 26 cd gdk-pixbuf && oe_runmake
25} 27}