blob: a51d6a92253dac057da27e555b232eca69e27418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require ${PN}.inc
PR = "r2"
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.patch;patch=1 \
file://fix-sd-card-path.patch;patch=1 \
"
|