mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 13:42:25 +00:00
db: Fix hardcoded staging layout references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3022 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
2f6d9044db
commit
fa9920fd56
@ -71,7 +71,7 @@ EXTRA_OECONF += "${MUTEX}"
|
||||
CONFIG_SITE = ""
|
||||
do_configure() {
|
||||
rm -f ${S}/config.sub
|
||||
cp ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config/config.sub ${S}/config.sub
|
||||
cp ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config.sub
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user