From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-multimedia][PATCH 2/3] gst-instruments: recipe cleanup, fix -staticdev
Date: Wed, 9 May 2018 15:17:10 -0400 [thread overview]
Message-ID: <20180509191711.5389-2-twoerner@gmail.com> (raw)
In-Reply-To: <20180509191711.5389-1-twoerner@gmail.com>
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@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 67d39512f9..07d0c55615 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
--
2.17.0.rc2.3.gc2a499e6c
next prev parent reply other threads:[~2018-05-09 19:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 19:17 [meta-multimedia][PATCH 1/3] gst-instruments: switch away from github archive Trevor Woerner
2018-05-09 19:17 ` Trevor Woerner [this message]
2018-05-09 19:17 ` [meta-multimedia][PATCH 3/3] gst-instruments: update to latest Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180509191711.5389-2-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox