blob: 16b641475928c2c36b9b3fcb89df457cb21ff4b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require ${PN}.inc
# OPIE_CVS_PV is defined in opie.bbclass
# but this recipe does not inherit opie
# so any updates to OPIE_CVS_PV should happen
# in both places.
OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
PV = "${OPIE_CVS_PV}"
PR = "${INC_PR}.0"
SRC_URI = "${HANDHELDS_CVS};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 \
"
|