diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-11 20:40:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 20:40:30 +0000 |
commit | 4482fb65c15c522245c9fed2ed92bc182fb2304c (patch) | |
tree | 014cf83ce781a1447685817e69a5ce1f1d5a4617 | |
parent | 7c4772d193f1a499f51cbfb6e25055b016a68eb9 (diff) | |
parent | 824645e1ba1492eee5019cc7f48adf6711fc9ef7 (diff) |
merge of 4cabc1f4514de7d06d191258f499a56e52e61d7b
and 823a1ea1e6a9e49dbe87bcce981a7df8a03d518e
-rw-r--r-- | packages/musicpd/mpd_0.11.2.bb | 9 |
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} \ |