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:
21dbae2
)
install chkhinge setuid
author
Phil Blundell
<philb@gnu.org>
Fri, 26 Nov 2004 23:47:42 +0000
(23:47 +0000)
committer
Phil Blundell
<philb@gnu.org>
Fri, 26 Nov 2004 23:47:42 +0000
(23:47 +0000)
BKrev: 41a7c09eDNfkV0LMKFGRSESGG2z4RA
chkhinge/chkhinge_20040706.oe
patch
|
blob
|
history
diff --git
a/chkhinge/chkhinge_20040706.oe
b/chkhinge/chkhinge_20040706.oe
index
3b5d01a
..
e310a06
100644
(file)
--- a/
chkhinge/chkhinge_20040706.oe
+++ b/
chkhinge/chkhinge_20040706.oe
@@
-2,6
+2,7
@@
SECTION = "base"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}"
LICENSE = "MIT"
S = "${WORKDIR}/chkhinge"
+PR = "r1"
FILES_${PN} = "/bin"
@@
-11,6
+12,6
@@
do_compile() {
do_install() {
install -d ${D}/bin
- install chkhinge ${D}/bin/
+ install
-m 4755
chkhinge ${D}/bin/
}