diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-12-03 19:21:55 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:36:55 +0100 |
commit | a3f55dbae87c2d84b3e7f7a7784634de4e6340e7 (patch) | |
tree | 9e39187141513b3d5b677864b5463f0fe0377a07 | |
parent | fefc98980a0352102999dfc1908b2b99a393a476 (diff) | |
download | meta-openembedded-a3f55dbae87c2d84b3e7f7a7784634de4e6340e7.tar.gz |
mpg123: drop unnecessary dependency on tslib
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>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 062563479..4048404a8 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" | |||
10 | LICENSE_FLAGS = "commercial" | 10 | LICENSE_FLAGS = "commercial" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3" |
12 | 12 | ||
13 | DEPENDS = "tslib audiofile" | 13 | DEPENDS = "audiofile" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2" | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2" |
16 | 16 | ||