diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-25 23:25:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-28 12:00:16 +0100 |
commit | b0707780fb4eb3a11c00e8d112d44b750e6d522c (patch) | |
tree | fb62172df000059efa8cbc082c7df90ab04fd8ad | |
parent | 7fb583aa95a2fc41c9b3125e6f691ad824ebfc6e (diff) | |
download | poky-b0707780fb4eb3a11c00e8d112d44b750e6d522c.tar.gz |
gdk-pixbuf: move gdk-pixbuf-pixdata to gdk-pixbuf-dev
This is a development tool, similar to gdk-pixbuf-csource, so move it to the
-dev package.
(From OE-Core rev: ac445614f0fec7537b3870581339f7d04db39fa9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb index 35bb1920d6..87f5038f03 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | |||
@@ -50,17 +50,17 @@ FILES_${PN}-xlib = "${libdir}/*pixbuf_xlib*${SOLIBS}" | |||
50 | ALLOW_EMPTY_${PN}-xlib = "1" | 50 | ALLOW_EMPTY_${PN}-xlib = "1" |
51 | 51 | ||
52 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ | 52 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ |
53 | ${bindir}/gdk-pixbuf-pixdata \ | ||
54 | ${libdir}/lib*.so.*" | 53 | ${libdir}/lib*.so.*" |
55 | 54 | ||
56 | FILES_${PN}-dev += " \ | 55 | FILES_${PN}-dev += " \ |
57 | ${bindir}/gdk-pixbuf-csource \ | 56 | ${bindir}/gdk-pixbuf-csource \ |
57 | ${bindir}/gdk-pixbuf-pixdata \ | ||
58 | ${includedir}/* \ | 58 | ${includedir}/* \ |
59 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ | 59 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ |
60 | " | 60 | " |
61 | 61 | ||
62 | FILES_${PN}-dbg += " \ | 62 | FILES_${PN}-dbg += " \ |
63 | ${libdir}/.debug/* \ | 63 | ${libdir}/.debug/* \ |
64 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ | 64 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ |
65 | " | 65 | " |
66 | 66 | ||