From: Richard Purdie Date: Wed, 30 May 2007 15:28:54 +0000 (+0000) Subject: libmad: Remove duplicate from extras X-Git-Tag: 2011-1~11583 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c383b176eea720aa851eae295ddcfc2f62daa443;p=openembedded-core.git libmad: Remove duplicate from extras git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1830 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/libmad/libmad_0.15.0b.bb b/meta-extras/packages/libmad/libmad_0.15.0b.bb deleted file mode 100644 index d6e6dda1d6..0000000000 --- a/meta-extras/packages/libmad/libmad_0.15.0b.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "MPEG Audio Decoder Library" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "libid3tag" -LICENSE = "GPL" -PR = "r2" - -SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz" -S = "${WORKDIR}/libmad-${PV}" - -inherit autotools - -EXTRA_OECONF = "-enable-speed --enable-shared" -# The ASO's don't take any account of thumb... -EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default" - -do_configure_prepend () { -# damn picky automake... - touch NEWS AUTHORS ChangeLog -} - -do_stage() { - oe_libinstall -so libmad ${STAGING_LIBDIR} - install -m 0644 mad.h ${STAGING_INCDIR} -}