git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0433f38
)
ipkg: add .163
author
Koen Kooi
<koen@openembedded.org>
Thu, 10 Aug 2006 09:55:26 +0000
(09:55 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 10 Aug 2006 09:55:26 +0000
(09:55 +0000)
* no new bugs noticed after >1 week of on-device testing
packages/ipkg/ipkg_0.99.163.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/ipkg/ipkg_0.99.163.bb
b/packages/ipkg/ipkg_0.99.163.bb
new file mode 100644
(file)
index 0000000..
71c2ffa
--- /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
+}
+