diff options
Diffstat (limited to 'content/patcher-1.0.oe')
-rw-r--r-- | content/patcher-1.0.oe | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/content/patcher-1.0.oe b/content/patcher-1.0.oe deleted file mode 100644 index 7d72d17845..0000000000 --- a/content/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>" - -do_unpack() { - oenote "Nothing to unpack!" -} - -do_stage() { - install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/ -} - -do_install() { - install -d ${D}/usr/bin - install -m 0755 ${DL_DIR}/patcher ${D}/usr/bin -} - -inherit base - -DEPENDS_prepend_delete="patcher " |