blob: b64cb455dd132ba50347e7e1a84e307b88ecc63a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require midpath.inc
PR = "r0"
# The patch fixes the system_properties file only deployed in this recipe.
SRC_URI = "\
${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc2.tar.gz \
"
S = "${WORKDIR}/midpath-0.3rc2"
PR = "r0"
SRC_URI += "file://configuration_openmoko.cfg"
RDEPENDS += "java2-runtime midpath-backend-alsa libswt3.4-gtk-java midpath-core-bluetooth"
CONFIGURATION = "configuration_openmoko.cfg"
|