blob: cc4f18cdf6bbbe930a71a8d04e1e71f6b68726f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "The Open Device Daemon Prototype in Python"
HOMEPAGE = "http://www.freesmartphone.org"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
DEPENDS = "python"
LICENSE = "GPLv2"
PV = "0.0+svnr${SRCREV}"
PR = "r0"
inherit distutils
#inherit update-rc.d
#INITSCRIPT_NAME = "py-odeviced"
#INITSCRIPT_PARAMS = "defaults 20"
SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-odeviced"
S = "${WORKDIR}/py-odeviced"
RDEPENDS_${PN} += "\
python-dbus \
python-pygobject \
"
|