base-files: add SRC_URI_OVERRIDES_PACKAGE_ARCH = "1" to fix packaging
authorKoen Kooi <koen@openembedded.org>
Fri, 10 Aug 2007 12:58:39 +0000 (12:58 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 10 Aug 2007 12:58:39 +0000 (12:58 +0000)
packages/base-files/base-files_3.0.14.bb

index 92b4204..ac12f5e 100644 (file)
@@ -24,6 +24,8 @@ SRC_URI = " \
            file://licenses/Artistic "
 S = "${WORKDIR}"
 
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
+
 docdir_append = "/${P}"
 dirs1777 = "/tmp ${localstatedir}/volatile/lock ${localstatedir}/volatile/tmp"
 dirs2775 = "/home ${prefix}/src ${localstatedir}/local"