apcupsd: fix QA error and SUMMARY

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Koen Kooi
2013-01-27 15:41:21 +00:00
committed by Martin Jansa
parent 6d7c4cc01f
commit 09d7480892
@@ -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
}