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:
c2e08ea
)
create /sys - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 29 Apr 2004 19:24:54 +0000
(19:24 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 29 Apr 2004 19:24:54 +0000
(19:24 +0000)
BKrev: 40915686bBQM2gON4KB_zsTS8j9Q9g
base-files/base-files_3.0.14.oe
patch
|
blob
|
history
diff --git
a/base-files/base-files_3.0.14.oe
b/base-files/base-files_3.0.14.oe
index
b268411
..
c5bde72
100644
(file)
--- a/
base-files/base-files_3.0.14.oe
+++ b/
base-files/base-files_3.0.14.oe
@@
-1,3
+1,4
@@
+PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/b/base-files/base-files_${PV}.tar.gz"
DESCRIPTION = "Base system miscellaneous files."
@@
-37,4
+38,6
@@
do_install () {
oe_machinstall -m 0644 ${FILESDIR}/fstab ${D}/${sysconfdir}/fstab
oe_machinstall -m 0644 ${FILESDIR}/hostname ${D}/${sysconfdir}/hostname
oe_machinstall -m 0644 ${FILESDIR}/profile ${D}/${sysconfdir}/profile
+
+ install -d ${D}/sys
}