From: Chris Larson Date: Fri, 3 Dec 2004 02:16:20 +0000 (+0000) Subject: Merge oe-devel@oe-devel.bkbits.net:packages X-Git-Tag: Release-2010-05/1~15807 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c028b2504a8771682e7499daf3600d212138c19;p=openembedded.git Merge oe-devel@oe-devel.bkbits.net:packages into odin.sc.ti.com:/home/kergoth/code/packages 2004/12/02 20:16:09-06:00 ti.com!kergoth Correct a syntax error in the beepmp .oe files. BKrev: 41afcc74z0bEkuWJLrkeoPHt3eegXw --- diff --git a/beepmp/beepmp_0.9.7rc2.oe b/beepmp/beepmp_0.9.7rc2.oe index 2c7bf21c26..594ed7ba86 100644 --- a/beepmp/beepmp_0.9.7rc2.oe +++ b/beepmp/beepmp_0.9.7rc2.oe @@ -2,23 +2,23 @@ # Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) -DESCRIPTION="A GTK2 based media player that looks alot like XMMS" -SECTION = "x11/multimedia" -HOMEPAGE="http://beepmp.sourceforge.net" -LICENSE="GPL" +DESCRIPTION = "A GTK2 based media player that looks alot like XMMS" +SECTION = "x11/multimedia" +HOMEPAGE = "http://beepmp.sourceforge.net" +LICENSE = "GPL" -SRC_URI="${${SOURCEFORGE_MIRROR}/beepmp/bmp-${PV}.tar.gz \ - file://bugfix.patch;patch=1" +SRC_URI = "${SOURCEFORGE_MIRROR}/beepmp/bmp-${PV}.tar.gz \ + file://bugfix.patch;patch = 1" inherit autotools pkgconfig -DEPENDS="gtk+ libglade libogg libvorbis" -S="${WORKDIR}/bmp-0.9.7" +DEPENDS = "gtk+ libglade libogg libvorbis" +S = "${WORKDIR}/bmp-0.9.7" FILES_${PN} += " ${libdir}/bmp/Output/*.so ${libdir}/bmp/Input/*.so \ ${libdir}/bmp/Visualization/*.so ${datadir}/bmp" -EXTRA_OECONF="--disable-esd --disable-alsa --enable-simd" +EXTRA_OECONF = "--disable-esd --disable-alsa --enable-simd" do_configure() { rm -rf m4/libtool.m4