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:
Richard Purdie
2007-10-29 17:23:11 +00:00
parent 2f6d9044db
commit fa9920fd56

View File

@@ -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
}