blob: 5ef2dfcf8bf09bedd97e31ee50179f523e59facb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PV = "0.18+svn${SRCDATE}"
PR = "r0"
inherit pkgconfig gpe autotools
SRC_URI = "${GPE_SVN} \
file://blueprobe-svn-Makefile.patch;patch=1"
S = "${WORKDIR}/${PN}"
require blueprobe.inc
DEFAULT_PREFERENCE = "-1"
|