blob: 5b57d71085391a711f543d886d87ade68414f8ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
S = "${WORKDIR}/ipkg-${PV}"
#require ipkg_${PV}.bb
require ipkg-native.inc
PR = "r6"
inherit autotools pkgconfig native
SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \
file://update_version_comparision.patch;apply=yes \
file://enable_debversion.patch;apply=yes \
file://is-processing.patch;apply=yes \
file://1-pkg-parse--Optimize-inefficient-parsing.patch;apply=yes \
file://2-pkg-vec--Optimize-gross-inefficiency.patch;apply=yes \
"
SRC_URI[md5sum] = "0b10ad2924611bccaea8ddf98481a192"
SRC_URI[sha256sum] = "405743e1ba320ed6095d42a898f1486e3af1d745cae2bd45dfe1d8403a4d8995"
|