mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
libsdl-sdk: Add a configure prepend to make sure the custom acinclude.m4 is used
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4278 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -26,6 +26,10 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread
|
|||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
|
||||||
|
}
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
autotools_stage_all
|
autotools_stage_all
|
||||||
install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
|
install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user