[oe-commits] [meta-openembedded] 01/05: gstreamer: Remove machine specific append

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 06:39:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 998181106813d6d5f44df40e9118668cd9293787
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Wed Oct 17 15:14:13 2018 -0400

    gstreamer: Remove machine specific append
    
    If you try to build a system with multiple BSPs, one of which is qemux86
    or qemux86-64, the gstreamer package will change.  This will trigger
    anything using gstream to also be rebuilt.
    
    For a package based system, the PR values will also be incremented each
    time.  The end result will be an ever growing set of PR values as well as
    being unable to tell which configured version of the multimedia components
    are really being deployed.
    
    The solution here was to remove the rrecommend for consistency.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
index 5f97a20..56d8220 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
@@ -45,9 +45,6 @@ oe_runconf_prepend() {
 #    mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
 #}
 
-RRECOMMENDS_${PN}_qemux86    += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
-RRECOMMENDS_${PN}_qemux86-64 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
-
 FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
 FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
 FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/ ${libexecdir}/gstreamer-0.10/.debug/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list