apcupsd: fix QA error and SUMMARY
authorKoen Kooi <koen@dominion.thruhere.net>
Sun, 27 Jan 2013 15:41:21 +0000 (15:41 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:27:40 +0000 (08:27 -0800)
(From meta-openembedded rev: 09d7480892e5e483d80c1d1e3643668a1270b490)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb

index e50d03f..bd11f0d 100644 (file)
@@ -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
+}
+