mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
tar-replacement-native: Fix install
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,3 +3,4 @@ require tar_${PV}.bb
|
||||
inherit native
|
||||
|
||||
BPN = "tar"
|
||||
EXTRAINSTALL = ""
|
||||
|
||||
@@ -9,7 +9,6 @@ SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
|
||||
inherit autotools gettext
|
||||
|
||||
EXTRAINSTALL = "do_install_extra"
|
||||
EXTRAINSTALL_virtclass-native = ""
|
||||
|
||||
do_install () {
|
||||
autotools_do_install
|
||||
|
||||
Reference in New Issue
Block a user