[oe-commits] Martin Jansa : phonet-utils: package udev rules

git at git.openembedded.org git at git.openembedded.org
Mon Jul 23 10:50:32 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: d5a766e6980d55150d08213828532d9767ce105b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d5a766e6980d55150d08213828532d9767ce105b

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Jul 21 08:05:05 2012 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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 257f012..9a3310e 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 = ""
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
-PR = "r0"
+PR = "r1"
 S = "${WORKDIR}/git"
 SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
 PV = "0.0.0+gitr${SRCPV}"
@@ -16,3 +16,4 @@ do_install () {
 	DESTDIR=${D} oe_runmake install
 }
 
+FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"





More information about the Openembedded-commits mailing list