diff options
author | Chris Larson <clarson@kergoth.com> | 2003-07-09 17:57:32 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-07-09 17:57:32 +0000 |
commit | 94c600728e790a64cbd6d642d79609f47f67eeac (patch) | |
tree | e23d3ae5aaf6416dfcd1fc2bfdd67e50bb99ee9a /content/patcher-1.0.oe | |
parent | a5576f60a9bab1e17a614a62ee414d2a3efff251 (diff) |
patcher-1.0.oe, kernel-headers-2.4.21.oe, ipkg-utils-1.0_cvs.oe:
Add some missing fields for ipk creation
BKrev: 3f0c578c1xSmv7hhzPJG9_qRPhrgWQ
Diffstat (limited to 'content/patcher-1.0.oe')
-rw-r--r-- | content/patcher-1.0.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/patcher-1.0.oe b/content/patcher-1.0.oe index e69de29bb2..63bfe64aa3 100644 --- a/content/patcher-1.0.oe +++ b/content/patcher-1.0.oe @@ -0,0 +1,20 @@ +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 +} |