mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
lzo: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
require lzo_${PV}.bb
|
|
||||||
inherit native
|
|
||||||
S = "${WORKDIR}/lzo-${PV}"
|
|
||||||
@@ -16,3 +16,5 @@ EXTRA_OECONF = "--enable-shared"
|
|||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
cp ${WORKDIR}/acinclude.m4 ${S}/
|
cp ${WORKDIR}/acinclude.m4 ${S}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user