mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
automake-native: Remove unneeded staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,8 +4,3 @@ DEPENDS = "autoconf-native"
|
|||||||
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
|
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
do_stage () {
|
|
||||||
oe_runmake install
|
|
||||||
install -d ${datadir}/aclocal
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ RDEPENDS_automake += "\
|
|||||||
|
|
||||||
SRC_URI += "file://path_prog_fixes.patch;patch=1"
|
SRC_URI += "file://path_prog_fixes.patch;patch=1"
|
||||||
|
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake 'DESTDIR=${D}' install
|
oe_runmake 'DESTDIR=${D}' install
|
||||||
install -d ${D}${datadir}
|
install -d ${D}${datadir}
|
||||||
|
|||||||
Reference in New Issue
Block a user