blob: 9166934fee4a8dcbe780749bc8e2d05352ee38f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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}"
do_stage() {
autotools_stage_all
}
|