diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-graphics/clutter | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz |
meta: Drop now pointless manual -dbg packaging
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg
isn't needed in most cases, we can remove them.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 7b115aa5a7..0ace1ce624 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -39,11 +39,8 @@ PACKAGECONFIG ??= "egl \ | |||
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ |
40 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" |
41 | 41 | ||
42 | FILES_${PN}-dbg += "${libdir}/clutter/examples/.debug" | ||
43 | FILES_${PN}-examples = "${libdir}/clutter/examples" | 42 | FILES_${PN}-examples = "${libdir}/clutter/examples" |
44 | 43 | ||
45 | FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug" | ||
46 | |||
47 | do_configure_prepend() { | 44 | do_configure_prepend() { |
48 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this | 45 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this |
49 | touch -t 200001010000 ${S}/po/clutter-1.0.pot | 46 | touch -t 200001010000 ${S}/po/clutter-1.0.pot |
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc index 5aeeac6920..307afe069c 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc | |||
@@ -16,5 +16,4 @@ EXTRA_OECONF += "--disable-introspection" | |||
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" | 17 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
18 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 18 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
19 | FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug/lib*.so" | ||
20 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 19 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |