diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 257f0121a..9a3310ef2 100644 --- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" | 5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" | 8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |
9 | PV = "0.0.0+gitr${SRCPV}" | 9 | PV = "0.0.0+gitr${SRCPV}" |
@@ -16,3 +16,4 @@ do_install () { | |||
16 | DESTDIR=${D} oe_runmake install | 16 | DESTDIR=${D} oe_runmake install |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" | ||