base-files: make machine specific
authorKoen Kooi <koen@openembedded.org>
Sat, 8 Sep 2007 16:26:00 +0000 (16:26 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Sep 2007 16:26:00 +0000 (16:26 +0000)
packages/base-files/base-files_3.0.14.bb

index ac12f5e..0d3a411 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r71"
+PR = "r72"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -24,8 +24,6 @@ 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"
@@ -152,6 +150,8 @@ FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
 PACKAGE_ARCH_mnci = "mnci"
 PACKAGE_ARCH_rt3000 = "rt3000"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 # Unslung distribution specific packaging
 
 PACKAGES_unslung = "${PN}-unslung"