relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-enigma2 / python / python-mutagen_1.18.bb
diff --git a/meta-openvuplus/recipes-enigma2/python/python-mutagen_1.18.bb b/meta-openvuplus/recipes-enigma2/python/python-mutagen_1.18.bb
deleted file mode 100644 (file)
index b785e2a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "Module for manipulating ID3 (v1 + v2) tags in Python"
-SECTION = "devel/python"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRCNAME = "mutagen"
-PR = "r2"
-
-DEPENDS = "python"
-RDEPENDS = "python-shell"
-
-SRC_URI = "http://mutagen.googlecode.com/files/mutagen-${PV}.tar.gz \
-       file://patch.diff \
-"
-
-SRC_URI[md5sum] = "0c2cd954e4bacd79fadd45afc4acce4c"
-SRC_URI[sha256sum] = "30b6147baf59ab3609939acf49a1a1c73b15d8b1c637a01bfee89da7feea0d6c"
-
-S = "${WORKDIR}/mutagen-${PV}"
-
-inherit distutils
-
-