blob: bb154d013fe4ef8f32969ce67bea2cb5f60f769e (
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;patch=1 \
file://unbreak-logging.patch;patch=1 \
file://citytime-path-2.patch;patch=1 \
file://no-include-pro.patch;patch=1 \
file://unhide_lnkproperties_destructor.patch;patch=1 \
"
|