mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +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"
|
||||
|
||||
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"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
install -d ${D}${datadir}
|
||||
|
||||
Reference in New Issue
Block a user