aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-13 22:02:52 +0000
committerChris Larson <clarson@kergoth.com>2004-01-13 22:02:52 +0000
commit6150991674b76413c242e3c644b8a906159021e7 (patch)
treedaba0222780aa465367dcc4b5ef66301a9258150 /patcher
parent1fd0ec5f006490c3ca2f80903b108ea90cb13bf1 (diff)
downloadopenembedded-6150991674b76413c242e3c644b8a906159021e7.tar.gz
Split patcher to resolve a recursive dependency when building ipks.
BKrev: 40046b0cvzAn4Wx9FOrZ-U3eM4VM8w
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher-native.oe0
-rw-r--r--patcher/patcher.oe0
-rw-r--r--patcher/patcher_1.0.oe24
3 files changed, 0 insertions, 24 deletions
diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/patcher/patcher-native.oe
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/patcher/patcher.oe
diff --git a/patcher/patcher_1.0.oe b/patcher/patcher_1.0.oe
deleted file mode 100644
index b5cda68409..0000000000
--- a/patcher/patcher_1.0.oe
+++ /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 "