mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
11 lines
156 B
PHP
11 lines
156 B
PHP
SECTION = "devel"
|
|
include automake_${PV}.bb
|
|
DEPENDS = "autoconf-native"
|
|
|
|
inherit native
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
install -d ${datadir}/aclocal
|
|
}
|