summaryrefslogtreecommitdiff
path: root/packages/musicpd/mpd_0.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/musicpd/mpd_0.11.2.bb')
-rw-r--r--packages/musicpd/mpd_0.11.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/musicpd/mpd_0.11.2.bb b/packages/musicpd/mpd_0.11.2.bb
deleted file mode 100644
index 9d3c5f90b0..0000000000
--- a/packages/musicpd/mpd_0.11.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Music Player Daemon (mpd)"
-HOMEPAGE = "http://www.musicpd.org"
-SECTION = "console/multimedia"
-LICENSE = "GPLv2"
-DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz"
-
-inherit autotools
-
-# Setting --enable-mpd-{mad,id3tag} causes local caches of the libraries to
-# be built, instead we use the OE built versions which should be installed
-# in staging - remove the --with and replace with --enable to use the local
-# versions.
-
-EXTRA_OECONF = "--enable-ogg \
- --with-id3tag-libraries=${STAGING_LIBDIR} \
- --with-id3tag-includes=${STAGING_INCDIR} \
- --with-mad-libraries=${STAGING_LIBDIR} \
- --with-mad-includes=${STAGING_INCDIR} \
- --without-faad"