blob: 4d86dc6a066b2f20bde4a77a56be35ad02b32988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Enlazar - Network part for Assasin"
HOMEPAGE = "http://enlazar.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "evas edje ecore edbus"
RDEPENDS = "networkmanager"
PV = "0.1+svnr${SRCREV}"
PR = "r3"
PE = "2"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/enlazar;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
EXTRA_OECONF = ""
|