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:
fe38934
)
Use the new abilty to delete a prepends item to prevent patcher from depending
author
Chris Larson
<clarson@kergoth.com>
Mon, 28 Jul 2003 23:54:45 +0000
(23:54 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 28 Jul 2003 23:54:45 +0000
(23:54 +0000)
on patcher.
BKrev: 3f25b7c5TSRH1RnE7l5VIhLqUZUWSg
content/patcher-1.0.oe
patch
|
blob
|
history
diff --git
a/content/patcher-1.0.oe
b/content/patcher-1.0.oe
index
63bfe64
..
4a83191
100644
(file)
--- a/
content/patcher-1.0.oe
+++ b/
content/patcher-1.0.oe
@@
-18,3
+18,7
@@
do_install() {
install -d ${D}/usr/bin
install -m 0755 ${DL_DIR}/patcher ${D}/usr/bin
}
+
+inherit base
+
+DEPENDS_prepend_delete="content/patcher "