blob: a20071b8fc6218f6d24590127a2cd8b4ecfe0bc9 (
plain)
1
2
3
4
5
6
7
8
9
|
include ${PN}.inc
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
PR = "r2"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
file://fix-nomax.patch;patch=1 \
file://fix-titleheight.patch;patch=1"
|