diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:28 +0000 |
commit | 60c3bd43949e9aa23af6f74656eb9a64b891bda6 (patch) | |
tree | 1db032749227210869a1fc72669aec3a0a118563 /meta/recipes-gnome/gdk-pixbuf | |
parent | a59b113c6778afe247be79b99c84e6ef82c108cd (diff) | |
download | poky-60c3bd43949e9aa23af6f74656eb9a64b891bda6.tar.gz |
recipes-gnome: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated,
which should be replaced by class-native and class-nativesdk.
[YOCTO #3297]
(From OE-Core rev: d37944fff256e9f52d05a56db3edb42c7a352cce)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb index a77eee1164..65a2d68fd1 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF = "\ | |||
35 | " | 35 | " |
36 | X11DEPENDS = "--without-x11" | 36 | X11DEPENDS = "--without-x11" |
37 | X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}" | 37 | X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}" |
38 | X11DEPENDS_virtclass-native = "--without-x11" | 38 | X11DEPENDS_class-native = "--without-x11" |
39 | 39 | ||
40 | PACKAGES =+ "${PN}-xlib" | 40 | PACKAGES =+ "${PN}-xlib" |
41 | 41 | ||
@@ -73,7 +73,7 @@ fi | |||
73 | } | 73 | } |
74 | 74 | ||
75 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" | 75 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" |
76 | PACKAGES_DYNAMIC_virtclass-native = "" | 76 | PACKAGES_DYNAMIC_class-native = "" |
77 | 77 | ||
78 | python populate_packages_prepend () { | 78 | python populate_packages_prepend () { |
79 | postinst_pixbufloader = d.getVar("postinst_pixbufloader", True) | 79 | postinst_pixbufloader = d.getVar("postinst_pixbufloader", True) |
@@ -83,7 +83,7 @@ python populate_packages_prepend () { | |||
83 | do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', postinst_pixbufloader) | 83 | do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', postinst_pixbufloader) |
84 | } | 84 | } |
85 | 85 | ||
86 | do_install_append_virtclass-native() { | 86 | do_install_append_class-native() { |
87 | #Use wrapper script rather than binary as required libtool library is not installed now | 87 | #Use wrapper script rather than binary as required libtool library is not installed now |
88 | GDK_PIXBUF_MODULEDIR=${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders ${S}/gdk-pixbuf/gdk-pixbuf-query-loaders > ${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders.cache | 88 | GDK_PIXBUF_MODULEDIR=${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders ${S}/gdk-pixbuf/gdk-pixbuf-query-loaders > ${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders.cache |
89 | sed -i -e 's#${D}##g' ${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders.cache | 89 | sed -i -e 's#${D}##g' ${D}${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders.cache |