aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-01-28 11:27:50 +0000
committerRichard Purdie <rpurdie@rpsys.net>2005-01-28 11:27:50 +0000
commitf11ab5e49bc68252b5a4af3879ba1c8ec028988a (patch)
treef76c45109cddaef62d07727a4aea8c2879977448
parent1a548207de80458291c0ae7bf07227d24b5ba053 (diff)
downloadopenembedded-f11ab5e49bc68252b5a4af3879ba1c8ec028988a.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded 2005/01/28 11:27:18+00:00 rpsys.net!RP mp3blaster: Disable parallel make BKrev: 41fa21b6yPHYbQKiiKYhyRSQaP1MhQ
-rw-r--r--packages/mp3blaster/mp3blaster_3.1.3.bb13
-rw-r--r--packages/mp3blaster/mp3blaster_3.2.0.bb13
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/mp3blaster/mp3blaster_3.1.3.bb b/packages/mp3blaster/mp3blaster_3.1.3.bb
index e69de29bb2..0e387ab381 100644
--- a/packages/mp3blaster/mp3blaster_3.1.3.bb
+++ b/packages/mp3blaster/mp3blaster_3.1.3.bb
@@ -0,0 +1,13 @@
+LICENSE = GPL
+SECTION = "console/multimedia"
+DESCRIPTION = "A console MP3 player based on ncurses"
+DEPENDS = "ncurses libsidplay libogg libvorbis"
+
+SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
+ file://includedir.patch;patch=1"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"
diff --git a/packages/mp3blaster/mp3blaster_3.2.0.bb b/packages/mp3blaster/mp3blaster_3.2.0.bb
index e69de29bb2..0e387ab381 100644
--- a/packages/mp3blaster/mp3blaster_3.2.0.bb
+++ b/packages/mp3blaster/mp3blaster_3.2.0.bb
@@ -0,0 +1,13 @@
+LICENSE = GPL
+SECTION = "console/multimedia"
+DESCRIPTION = "A console MP3 player based on ncurses"
+DEPENDS = "ncurses libsidplay libogg libvorbis"
+
+SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
+ file://includedir.patch;patch=1"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"