Split patcher to resolve a recursive dependency when building ipks.
authorChris Larson <clarson@kergoth.com>
Tue, 13 Jan 2004 22:02:52 +0000 (22:02 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 13 Jan 2004 22:02:52 +0000 (22:02 +0000)
BKrev: 40046b0cvzAn4Wx9FOrZ-U3eM4VM8w

patcher/patcher-native.oe [new file with mode: 0644]
patcher/patcher.oe [new file with mode: 0644]
patcher/patcher_1.0.oe [deleted file]

diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/patcher/patcher_1.0.oe b/patcher/patcher_1.0.oe
deleted file mode 100644 (file)
index b5cda68..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-SRC_URI="http://www.mn-logistik.de/unsupported/pxa250/patcher"
-DESCRIPTION="Patcher tool"
-LICENSE="Unknown"
-DEPENDS=
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Chris Larson <kergoth@handhelds.org>"
-
-inherit base
-
-do_unpack() {
-       oenote "Nothing to unpack!"
-}
-
-do_stage() {
-       install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
-}
-
-do_install() {
-       install -d ${D}${bindir}
-       install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
-}
-
-DEPENDS_prepend_delete="patcher "