git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6885d
)
aufs: set it to use MACHINE_ARCH since it depends on the kernel
author
Otavio Salvador
<otavio@ossystems.com.br>
Tue, 13 Jan 2009 14:06:23 +0000
(12:06 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Tue, 13 Jan 2009 14:09:24 +0000
(12:09 -0200)
packages/aufs/aufs_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/aufs/aufs_cvs.bb
b/packages/aufs/aufs_cvs.bb
index
dc21c1b
..
1a544bd
100644
(file)
--- a/
packages/aufs/aufs_cvs.bb
+++ b/
packages/aufs/aufs_cvs.bb
@@
-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 = "r
1
"
+PR = "r
2
"
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"