From a3f55dbae87c2d84b3e7f7a7784634de4e6340e7 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 3 Dec 2015 19:21:55 -0800 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- 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 062563479f..4048404a89 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"