blob: 6ba11ce6f4e2d79162ab16bb38586f724e172606 (
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 \
file://unbreak-logging.patch \
file://citytime-path-2.patch \
file://no-include-pro.patch \
"
|