From: Chris Larson Date: Mon, 28 Jul 2003 23:54:45 +0000 (+0000) Subject: Use the new abilty to delete a prepends item to prevent patcher from depending X-Git-Tag: Release-2010-05/1~20892 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6ed144a1c0f7c4fd949da7701b2d5767e7afa9;p=openembedded.git Use the new abilty to delete a prepends item to prevent patcher from depending on patcher. BKrev: 3f25b7c5TSRH1RnE7l5VIhLqUZUWSg --- 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 "