blob: 703d937ad3e69f43344bcd37623c3e6e84ac7777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "nokia"
# This is proprietary software in Chinook, so we have to stay with the last released
# free version.
SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz \
file://configure-fix-version.patch;apply=yes"
PR = "r1"
inherit autotools
SRC_URI[md5sum] = "99ceada8d73504b5147f0ad6fa4af20f"
SRC_URI[sha256sum] = "ebc670611d304d362fa082cf8773a8ac0c10fda455f29ba777fbdc830002ef68"
|