aufs: set it to use MACHINE_ARCH since it depends on the kernel
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Jan 2009 14:06:23 +0000 (12:06 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Jan 2009 14:09:24 +0000 (12:09 -0200)
packages/aufs/aufs_cvs.bb

index dc21c1b..1a544bd 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Aufs is a stackable unification filesystem such as Unionfs, which
 HOMEPAGE = "http://aufs.sourceforge.net/"
 LICENSE = "GPL"
 PV = "cvs${SRCDATE}"
-PR = "r1"
+PR = "r2"
 
 RSUGGESTS_${PN} = "${PN}-tools"
 
@@ -52,4 +52,5 @@ do_install() {
 
 FILES_${PN} = "/lib/modules"
 PACKAGES += "${PN}-tools"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 FILES_${PN}-tools = "${sbindir} /etc/default/auplink"