Use the new abilty to delete a prepends item to prevent patcher from depending
authorChris Larson <clarson@kergoth.com>
Mon, 28 Jul 2003 23:54:45 +0000 (23:54 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 28 Jul 2003 23:54:45 +0000 (23:54 +0000)
 on patcher.

BKrev: 3f25b7c5TSRH1RnE7l5VIhLqUZUWSg

content/patcher-1.0.oe

index 63bfe64..4a83191 100644 (file)
@@ -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 "