blob: 0a1141e84b602e6c449022875ad16542f8a3f933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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;patch=1"
PR = "r1"
inherit autotools
|