aboutsummaryrefslogtreecommitdiffstats
path: root/packages/musicpd
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-08-11 20:28:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 20:28:39 +0000
commit12c2373f91b52b915190497073e08530b471779f (patch)
treefbd2f8db192a3c35b61a65e655c899e71c0c308d /packages/musicpd
parent070e75b9c6cc865471ae4bded62e3cc958f41d51 (diff)
downloadopenembedded-12c2373f91b52b915190497073e08530b471779f.tar.gz
mpd was building, but not necessarily using, it's own local cache of the
libmad and libid3tag source. Removing the --enable-mpd-* settings causes it not to build the local source (and it uses the versions in staging).
Diffstat (limited to 'packages/musicpd')
-rw-r--r--packages/musicpd/mpd_0.11.2.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/musicpd/mpd_0.11.2.bb b/packages/musicpd/mpd_0.11.2.bb
index 51067a5c7a..395d69e79e 100644
--- a/packages/musicpd/mpd_0.11.2.bb
+++ b/packages/musicpd/mpd_0.11.2.bb
@@ -4,15 +4,18 @@ LICENSE = "GPLv2"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SECTION = "console/multimedia"
DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile"
-PR = "r1"
+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 \
- --enable-mpd-mad \
- --enable-mpd-id3tag \
--with-id3tag-libraries=${STAGING_LIBDIR} \
--with-id3tag-includes=${STAGING_INCDIR} \
--with-mad-libraries=${STAGING_LIBDIR} \