u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / recipes / networkmanager / netm-cli_git.bb
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 = "python-dbus python-pygobject python-textutils networkmanager (>= 0.7)"
6
7 SRCREV = "2c71e6b537c7fceb4bfe6e"
8
9 PV = "0.4+git"
10 PR_append = ".gitr${SRCREV}"
11
12 inherit setuptools
13
14 SRC_URI = "git://dev.openbossa.org/mamona/users/salveti/netm-cli.git;protocol=http"
15
16 S = "${WORKDIR}/git"
17
18 FILES_${PN} += "${sysconfdir}/dbus-1/system.d/netm-cli.conf"