blob: 21c2ff2ac1abbe2340b2382f979598d4ba64ff5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include qte_${PV}.oe
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qte-2.3.8-snapshot"
DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}"
SRC_URI_append = " file://opie.patch;patch=1 \
file://qte238-iconviewspeed.patch;patch=1 \
file://c700-hardware.patch;patch=1 \
file://tslib.patch;patch=1 \
file://qpe.patch;patch=1 \
file://vt-switch.patch;patch=1 \
file://daemonize.patch;patch=1 \
file://no-moc.patch;patch=1 \
file://encoding.patch;patch=1 \
file://fix-qgfxraster.patch;patch=1 \
file://update-qtfontdir \
file://sharp_char.h \
file://switches.h "
# file://lefthand.patch;patch=1 \
|