mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 01:57:01 +00:00
lame: Use autotools_stage_all
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
b73a731460
commit
a04941ccd3
@ -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/
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user