mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
libmad: Remove duplicate from extras
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1830 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user