aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/apcupsd
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-01-27 15:41:21 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-27 23:54:10 +0100
commit09d7480892e5e483d80c1d1e3643668a1270b490 (patch)
tree5f38079c3e01e04977a8aff1d2acd8fea7e9f13c /meta-oe/recipes-support/apcupsd
parent6d7c4cc01f6885248cf1bf102cfec52bc0001595 (diff)
downloadmeta-openembedded-contrib-09d7480892e5e483d80c1d1e3643668a1270b490.tar.gz
apcupsd: fix QA error and SUMMARY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/apcupsd')
-rw-r--r--meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb6
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 e50d03f6b3..bd11f0da1c 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
+}
+