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:
9096bdf
)
devmem2.bb: Update URI to point to new location
author
Khem Raj
<raj.khem@gmail.com>
Tue, 16 Dec 2008 18:09:25 +0000
(10:09 -0800)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 16 Dec 2008 18:09:25 +0000
(10:09 -0800)
packages/devmem2/devmem2.bb
patch
|
blob
|
history
diff --git
a/packages/devmem2/devmem2.bb
b/packages/devmem2/devmem2.bb
index
56095f5
..
143883a
100644
(file)
--- a/
packages/devmem2/devmem2.bb
+++ b/
packages/devmem2/devmem2.bb
@@
-1,6
+1,7
@@
DESCRIPTION = "Simple program to read/write from/to any location in memory."
-SRC_URI = "http://www.
abcsinc.com/small-linux
/devmem2.c"
+SRC_URI = "http://www.
lartmaker.nl/lartware/port
/devmem2.c"
LICENSE = "GPL"
+PR = "r1"
S = "${WORKDIR}"
@@
-12,5
+13,3
@@
do_install() {
install -d ${D}${bindir}
install devmem2 ${D}${bindir}
}
-
-