mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
binutils-cross-canadian.inc: Convert to use sysroot staging approach
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,10 +3,6 @@ DEPENDS = "flex-native bison-native virtual/${HOST_PREFIX}gcc-crosssdk virtual/l
|
|||||||
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
||||||
--program-prefix=${TARGET_PREFIX}"
|
--program-prefix=${TARGET_PREFIX}"
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
autotools_do_install
|
autotools_do_install
|
||||||
|
|
||||||
@@ -22,3 +18,7 @@ do_install () {
|
|||||||
install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
|
install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
|
||||||
install -m 644 ${S}/include/libiberty.h ${D}${includedir}
|
install -m 644 ${S}/include/libiberty.h ${D}${includedir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
use_do_install_for_stage
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user