blob: a1373d32d00d7484b339322e2d9b8972bb071d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require ${PN}.inc
PR = "${INC_PR}.1"
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
file://fix-titleheight.patch \
file://unbreak-logging.patch \
file://citytime-path-2.patch \
file://no-include-pro.patch \
file://unhide_lnkproperties_destructor.patch \
"
|