mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
Rearrange staging to match target system layout. This is a major change and will require a full rebuild.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3123 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ inherit cross
|
||||
DEPENDS += "flex-native bison-native"
|
||||
PROVIDES = "virtual/${TARGET_PREFIX}binutils"
|
||||
PACKAGES = ""
|
||||
EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \
|
||||
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
|
||||
--program-prefix=${TARGET_PREFIX}"
|
||||
|
||||
do_stage () {
|
||||
|
||||
Reference in New Issue
Block a user