patcher-1.0.oe, kernel-headers-2.4.21.oe, ipkg-utils-1.0_cvs.oe:
authorChris Larson <clarson@kergoth.com>
Wed, 9 Jul 2003 17:57:32 +0000 (17:57 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Jul 2003 17:57:32 +0000 (17:57 +0000)
  Add some missing fields for ipk creation

BKrev: 3f0c578c1xSmv7hhzPJG9_qRPhrgWQ

content/ipkg-utils-1.0_cvs.oe
content/kernel-headers-2.4.21.oe
content/patcher-1.0.oe

index c744923..038f717 100644 (file)
@@ -1,4 +1,8 @@
 DESCRIPTION="Itsy Package Manager utilities"
+DEPENDS=""
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
 LICENSE="GPL"
 SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils"
 #DEPENDS=virtual/libc
index 1792853..4774aba 100644 (file)
@@ -1,4 +1,8 @@
 DESCRIPTION="Kernel headers need to compile the C-Library"
+DEPENDS=""
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
 LICENSE="GPL"
 SRC_URI="http://www.uclibc.org/downloads/toolchain/${P}.tar.bz2"
 PROVIDES=virtual/kernel-header
index e69de29..63bfe64 100644 (file)
@@ -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
+}