blob: 730c3d58c5c3574869c652ed72b8379982bc283d (
plain)
1
2
3
4
5
6
7
8
9
|
include qte_${PV}.oe
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qte-${PV}"
DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}"
SRC_URI_append = "file://opie.patch;patch=1 \
file://lefthand.patch;patch=1 \
file://qiconview-speed.patch;patch=1 "
|