mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02: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
|
inherit native
|
||||||
|
|
||||||
BPN = "tar"
|
BPN = "tar"
|
||||||
|
EXTRAINSTALL = ""
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
|
|||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|
||||||
EXTRAINSTALL = "do_install_extra"
|
EXTRAINSTALL = "do_install_extra"
|
||||||
EXTRAINSTALL_virtclass-native = ""
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
autotools_do_install
|
autotools_do_install
|
||||||
|
|||||||
Reference in New Issue
Block a user