From: Chris Larson Date: Wed, 9 Jul 2003 17:57:32 +0000 (+0000) Subject: patcher-1.0.oe, kernel-headers-2.4.21.oe, ipkg-utils-1.0_cvs.oe: X-Git-Tag: Release-2010-05/1~20897 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c600728e790a64cbd6d642d79609f47f67eeac;p=openembedded.git 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 --- diff --git a/content/ipkg-utils-1.0_cvs.oe b/content/ipkg-utils-1.0_cvs.oe index c744923db2..038f717207 100644 --- a/content/ipkg-utils-1.0_cvs.oe +++ b/content/ipkg-utils-1.0_cvs.oe @@ -1,4 +1,8 @@ DESCRIPTION="Itsy Package Manager utilities" +DEPENDS="" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Chris Larson " LICENSE="GPL" SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" #DEPENDS=virtual/libc diff --git a/content/kernel-headers-2.4.21.oe b/content/kernel-headers-2.4.21.oe index 1792853acb..4774aba6d6 100644 --- a/content/kernel-headers-2.4.21.oe +++ b/content/kernel-headers-2.4.21.oe @@ -1,4 +1,8 @@ DESCRIPTION="Kernel headers need to compile the C-Library" +DEPENDS="" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Chris Larson " LICENSE="GPL" SRC_URI="http://www.uclibc.org/downloads/toolchain/${P}.tar.bz2" PROVIDES=virtual/kernel-header 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 " + +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 +}