diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-21 08:05:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-23 12:47:02 +0200 |
commit | d5a766e6980d55150d08213828532d9767ce105b (patch) | |
tree | 314d0561043519c914e81a6556ca23e30443bce5 /meta-oe/recipes-connectivity | |
parent | ec501e356f52c10967ad8185be1db7b0804a1b5b (diff) | |
download | meta-openembedded-d5a766e6980d55150d08213828532d9767ce105b.tar.gz |
phonet-utils: package udev rules
* fixes:
WARNING: QA Issue: phonet-utils: Files/directories were installed but not shipped
/lib
/lib/udev
/lib/udev/rules.d
/lib/udev/rules.d/85-phonet-utils.rulesZZ
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-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" | ||