aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/taglib/taglib_1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/taglib/taglib_1.4.bb')
-rw-r--r--recipes/taglib/taglib_1.4.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/taglib/taglib_1.4.bb b/recipes/taglib/taglib_1.4.bb
index e36d952b5b..2e40a29ad9 100644
--- a/recipes/taglib/taglib_1.4.bb
+++ b/recipes/taglib/taglib_1.4.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
PR = "r2"
SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \
- file://taglib_1.4-8.diff.gz;patch=1"
+ file://taglib_1.4-8.diff.gz"
S = "${WORKDIR}/taglib-${PV}"
inherit autotools pkgconfig binconfig
@@ -15,10 +15,6 @@ do_postpatch() {
}
addtask postpatch after do_patch before do_configure
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "${PN}-c"
FILES_${PN}-dbg += "${bindir}/taglib-config"
FILES_${PN}-c = "${libdir}/libtag_c.so.*"