mpd: added --prefix to remove /usr/include
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Sat, 1 Jul 2006 17:51:39 +0000 (17:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Jul 2006 17:51:39 +0000 (17:51 +0000)
packages/musicpd/mpd-alsa_0.11.5.bb
packages/musicpd/mpd_0.11.5.bb

index d4ee65a..5acc607 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 SECTION = "console/multimedia"
 DEPENDS = "libvorbis libogg libid3tag libao-alsa zlib libmikmod libmad flac audiofile virtual/libiconv"
 RDEPENDS = "libao-alsa"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz \
            file://mpd/save-volume-state.patch;patch=1 file://mpd/mpd.init"
@@ -19,7 +19,8 @@ INITSCRIPT_NAME = "mpd"
 # in staging - remove the --with and replace with --enable to use the local
 # versions.
 
-EXTRA_OECONF = "--enable-ogg \
+EXTRA_OECONF = "--prefix=${D} \
+               --enable-ogg \
                --with-id3tag-libraries=${STAGING_LIBDIR} \
                --with-id3tag-includes=${STAGING_INCDIR} \
                --with-mad-libraries=${STAGING_LIBDIR} \
index a4ef4e9..0d41cf3 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 SECTION = "console/multimedia"
 DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile virtual/libiconv"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz \
            file://save-volume-state.patch;patch=1"
@@ -16,7 +16,8 @@ inherit autotools
 # in staging - remove the --with and replace with --enable to use the local
 # versions.
 
-EXTRA_OECONF = "--enable-ogg \
+EXTRA_OECONF = "--prefix=${D} \
+               --enable-ogg \
                --with-id3tag-libraries=${STAGING_LIBDIR} \
                --with-id3tag-includes=${STAGING_INCDIR} \
                --with-mad-libraries=${STAGING_LIBDIR} \