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:
6b0e90b
)
simple-firewall: fix CVSDATE/SVNDATE confusion.
author
Martin Dietze
<di@fh-wedel.de>
Mon, 11 Sep 2006 14:58:02 +0000
(14:58 +0000)
committer
Martin Dietze
<di@fh-wedel.de>
Mon, 11 Sep 2006 14:58:02 +0000
(14:58 +0000)
packages/nylon/simple-firewall.bb
patch
|
blob
|
history
diff --git
a/packages/nylon/simple-firewall.bb
b/packages/nylon/simple-firewall.bb
index
35911da
..
408faf9
100644
(file)
--- a/
packages/nylon/simple-firewall.bb
+++ b/
packages/nylon/simple-firewall.bb
@@
-5,7
+5,7
@@
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "GPL"
DEPENDS = "virtual/kernel"
SRCDATE = "20060810"
-PV = "cvs${
CVS
DATE}"
+PV = "cvs${
SRC
DATE}"
INHIBIT_PACKAGE_STRIP = "1"
@@
-14,5
+14,6
@@
SRC_URI = "http://meshcube.org/nylon/unstable/sources/${PN}_gruen.4g__${SRCDATE}
S = "${WORKDIR}/${PN}"
do_install() {
+ install -d -m 755 ${D}
(cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf -
}