summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-07-28 23:54:45 +0000
committerChris Larson <clarson@kergoth.com>2003-07-28 23:54:45 +0000
commit8a6ed144a1c0f7c4fd949da7701b2d5767e7afa9 (patch)
treeadc5dbf157ee1b67b3904cbef07b90c971db87f2 /content
parentfe38934fae796b2458dd84769cb86126c85d675e (diff)
Use the new abilty to delete a prepends item to prevent patcher from depending
on patcher. BKrev: 3f25b7c5TSRH1RnE7l5VIhLqUZUWSg
Diffstat (limited to 'content')
-rw-r--r--content/patcher-1.0.oe4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/patcher-1.0.oe b/content/patcher-1.0.oe
index 63bfe64aa3..4a83191771 100644
--- 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 "