python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / networkmanager / netm-cli_git.bb
blob3876712e000a06a6af996216829fbb21c50eec33
1 DESCRIPTION = "Command Line interface for Network Manager"
2 HOMEPAGE = "http://dev.openbossa.org/mamona/gitweb?p=users/salveti/netm-cli.git;a=summary"
3 LICENSE = "GPLv2"
4 SECTION = "console/network"
5 RDEPENDS_${PN} = "python-dbus python-pygobject python-textutils networkmanager (>= 0.7)"
6 PR = "r1"
8 SRCREV = "2c71e6b537c7fceb4bfe6e"
10 PV = "0.4+git"
11 PR_append = ".gitr${SRCREV}"
13 inherit setuptools
15 SRC_URI = "git://dev.openbossa.org/mamona/users/salveti/netm-cli.git;protocol=http"
17 S = "${WORKDIR}/git"
19 FILES_${PN} += "${sysconfdir}/dbus-1/system.d/netm-cli.conf"