diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-07-09 14:04:45 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 09:55:55 +0100 |
commit | d673ad029948467d7ae4164f5f9199ce4cc4a36c (patch) | |
tree | 528db4fe94be63a23c6ad758e132c81972cedefe /meta | |
parent | e1ed3900fabad7d62dea4ee84ecfd4db62f8ad08 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 2 |
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 | ||
23 | PACKAGES_DYNAMIC = "" | ||
24 | |||
23 | do_compile() { | 25 | do_compile() { |
24 | cd gdk-pixbuf && oe_runmake | 26 | cd gdk-pixbuf && oe_runmake |
25 | } | 27 | } |