blob: 396f9e3dfdb43641c56f6e29a6e2c55590f371be (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "opie/base"
include qte_${PV}.bb
FILESDIR = "${@os.path.dirname(bb.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 "
|