blob: cf6e65fde1f8d09ecac98421bad9a8fe5c42a0b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SECTION = "opie/base"
include qte_${PV}-snapshot.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 \
|