mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
lame: Use autotools_stage_all
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
|
||||
file://no-gtk1.patch;patch=1 \
|
||||
file://Makefile-lm.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools_stage
|
||||
|
||||
PACKAGES += "libmp3lame libmp3lame-dev"
|
||||
FILES_${PN} = "${bindir}/lame"
|
||||
@@ -23,10 +23,3 @@ do_configure() {
|
||||
gnu-configize --force
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGING_LIBDIR}
|
||||
oe_libinstall -C libmp3lame -so -a libmp3lame ${STAGING_LIBDIR}
|
||||
install -d ${STAGING_INCDIR}/lame
|
||||
install -m 0644 include/lame.h ${STAGING_INCDIR}/lame/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user