blob: 86d4d8327d22f6682ccc6aedd81f52e57f02d2f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require ${PN}.inc
PV = "${OPIE_GIT_PV}"
PR = "r14"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=libopie2 \
file://include.pro"
# FIXME remove this!
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch"
|