[oe-commits] [meta-openembedded] 28/60: gst-instruments: recipe cleanup, fix -staticdev

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:43:48 UTC 2018


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

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

commit 12cbd4d8d6463b19b778ce6ace2051330db309f8
Author: Trevor Woerner <twoerner at gmail.com>
AuthorDate: Wed May 9 15:17:10 2018 -0400

    gst-instruments: recipe cleanup, fix -staticdev
    
    Fix the detected QA issue whereby a static (*.a) library (i.e.
    ${PN}-staticdev) ended up in the main gst-instruments package.
    
    	WARNING: gst-instruments-0.2.3-r0 do_package_qa: QA Issue: non -staticdev
    	package contains static .a library: gst-instruments path
    	'/work/core2-64-oe-linux/gst-instruments/0.2.3-r0/packages-split/gst-instruments/usr/lib/gstreamer-1.0/libgstinstruments.a'
    	[staticdev]
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-support/gst-instruments/gst-instruments_0.2.3.bb         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
index 67d3951..07d0c55 100644
--- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
+++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
@@ -5,15 +5,16 @@ SECTION = "multimedia"
 LICENSE = "LGPL-3.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
+DEPENDS = "gstreamer1.0"
+
 S = "${WORKDIR}/git"
 SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d"
 SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
 
+FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
 FILES_${PN} += "${libdir}/*"
 
 INSANE_SKIP_${PN} = "dev-so"
 
-DEPENDS = "gstreamer1.0"
-
 inherit autotools pkgconfig
 

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


More information about the Openembedded-commits mailing list