From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-multimedia][PATCH 3/4] mpg123: drop unnecessary dependency on tslib
Date: Thu, 3 Dec 2015 19:21:55 -0800 [thread overview]
Message-ID: <1449199316-14048-4-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1449199316-14048-1-git-send-email-armccurdy@gmail.com>
The mpg123 sources don't contain any references to tslib or -lts and
there are no obvious build issues or QA warnings after the tslib
dependency is removed.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
index 0625634..4048404 100644
--- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
+++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPLv2.1"
LICENSE_FLAGS = "commercial"
LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
-DEPENDS = "tslib audiofile"
+DEPENDS = "audiofile"
SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2"
--
1.9.1
next prev parent reply other threads:[~2015-12-04 3:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 3:21 [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 1/4] mpg123: recipe formatting cleanup, no functional changes Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 Andre McCurdy
2015-12-07 18:28 ` Khem Raj
2015-12-07 19:58 ` Andre McCurdy
2015-12-07 20:27 ` Khem Raj
2015-12-07 20:55 ` Andre McCurdy
2015-12-07 21:14 ` Khem Raj
2015-12-04 3:21 ` Andre McCurdy [this message]
2015-12-04 3:21 ` [meta-multimedia][PATCH 4/4] mpg123: update 1.21.0 -> 1.22.4 Andre McCurdy
2015-12-18 11:31 ` [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Martin Jansa
2015-12-18 19:54 ` Andre McCurdy
2015-12-18 19:56 ` Martin Jansa
2015-12-18 20:37 ` Andre McCurdy
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=1449199316-14048-4-git-send-email-armccurdy@gmail.com \
--to=armccurdy@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.