]> code.ossystems Code Review - openembedded-core.git/commitdiff
db 4.2.52: overwrite config.sub with a newer one
authorRichard Purdie <richard@openedhand.com>
Sun, 27 May 2007 19:39:46 +0000 (19:39 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 27 May 2007 19:39:46 +0000 (19:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1782 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/db/db_4.2.52.bb

index 5c674f1aa8f2d3fe91a4e1be9948614c5154a7d2..5f34e722baa158a14ddc7654c51892f64a4e37fa 100644 (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
 }