[oe-commits] Koen Kooi : apcupsd: fix QA error and SUMMARY

git at git.openembedded.org git at git.openembedded.org
Sun Jan 27 22:59:27 UTC 2013


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Jan 27 15:41:21 2013 +0000

apcupsd: fix QA error and SUMMARY

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
index e50d03f..bd11f0d 100644
--- a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
+++ b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
@@ -1,4 +1,4 @@
-SUMMARY = "foo"
+SUMMARY = "Apcupsd a daemon for controlling APC UPSes"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c12853cc7fdf20d17b4fddefd26b7802"
@@ -32,4 +32,8 @@ do_configure() {
 	oe_runconf
 }
 
+do_install_append() {
+	rm ${D}${datadir}/hal -rf
+}
+
 





More information about the Openembedded-commits mailing list