db 4.2.52: overwrite config.sub with a newer one

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1782 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-27 19:39:46 +00:00
parent a489c95baf
commit b79fd62688

View File

@@ -70,6 +70,8 @@ EXTRA_OECONF += "${MUTEX}"
# configure.
CONFIG_SITE = ""
do_configure() {
rm ${S}/config.sub
cp ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config/config.sub ${S}/config.sub
oe_runconf
}