diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 11:01:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:54 +0100 |
commit | cf1c42c7a3c0ccaa66b39288965d75197f7b33a9 (patch) | |
tree | 0df2c300795914d8bbab9ef7eb3e628650933203 /meta-systemd/meta-oe/recipes-support | |
parent | eb329f15307fd14ce5107edd86f5b473a83880eb (diff) | |
download | meta-openembedded-cf1c42c7a3c0ccaa66b39288965d75197f7b33a9.tar.gz |
pcsc-lite: add bbappend in meta-systemd
* fixes packaging QA warning, when systemd is autodetected:
pcsc-lite-1.8.6: pcsc-lite: Files/directories were installed but not shipped
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/pcscd.service
/lib/systemd/system/pcscd.socket
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/meta-oe/recipes-support')
-rw-r--r-- | meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend b/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend new file mode 100644 index 000000000..b8150b7f7 --- /dev/null +++ b/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit systemd | ||
2 | |||
3 | PRINC := "${@int(PRINC) + 1}" | ||
4 | |||
5 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
6 | SYSTEMD_SERVICE = "pcscd.socket" | ||