blob: b209780ff7ee3c75a29706ebf5a130d325ee85b1 (
plain)
1
2
3
4
5
6
7
8
|
require ${PN}.inc
PR = "${INC_PR}.0"
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
file://save-windows-pos-dynamic.patch;patch=1 \
file://fix-titleheight.patch;patch=1"
|