mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libmad: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
|
|||||||
|
|
||||||
S = "${WORKDIR}/libmad-${PV}"
|
S = "${WORKDIR}/libmad-${PV}"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools_stage pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "-enable-speed --enable-shared"
|
EXTRA_OECONF = "-enable-speed --enable-shared"
|
||||||
# The ASO's don't take any account of thumb...
|
# The ASO's don't take any account of thumb...
|
||||||
@@ -23,9 +23,4 @@ do_configure_prepend () {
|
|||||||
touch NEWS AUTHORS ChangeLog
|
touch NEWS AUTHORS ChangeLog
|
||||||
}
|
}
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
oe_libinstall -so libmad ${STAGING_LIBDIR}
|
|
||||||
install -m 0644 mad.h ${STAGING_INCDIR}
|
|
||||||
}
|
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET = "arm"
|
||||||
|
|||||||
Reference in New Issue
Block a user