blob: 13a9d8d62f253d2aae1293363a7bc404a46e4ce7 (
plain)
1
2
3
4
5
6
7
8
9
|
HOMEPAGE = "http://www.openmoko.org"
LICENSE = "GPL"
PV = "0.0.1+svn${SRCDATE}"
inherit autotools pkgconfig
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/libraries;module=${REAL_PN};proto=http"
S = "${WORKDIR}/${PN}"
|