From: Koen Kooi Date: Thu, 10 Aug 2006 09:55:26 +0000 (+0000) Subject: ipkg: add .163 X-Git-Tag: Release-2010-05/1~9453^2~996^2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960fb9ce86fe766a68feca7d752ab05143792ae2;p=openembedded.git ipkg: add .163 * no new bugs noticed after >1 week of on-device testing --- diff --git a/packages/ipkg/ipkg_0.99.163.bb b/packages/ipkg/ipkg_0.99.163.bb new file mode 100644 index 0000000000..71c2ffaa82 --- /dev/null +++ b/packages/ipkg/ipkg_0.99.163.bb @@ -0,0 +1,17 @@ +include ipkg.inc + +S = "${WORKDIR}/ipkg-${PV}" + +SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \ + file://terse.patch;patch=1" + + +do_stage() { + oe_libinstall -so libipkg ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/libipkg/ + for f in *.h + do + install -m 0644 $f ${STAGING_INCDIR}/libipkg/ + done +} +