pcsc-lite: add bbappend in meta-systemd
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 2 Dec 2012 10:01:49 +0000 (11:01 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:25:45 +0000 (08:25 -0800)
* 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

(From meta-openembedded rev: cf1c42c7a3c0ccaa66b39288965d75197f7b33a9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend [new file with mode: 0644]

diff --git a/meta-openembedded/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend b/meta-openembedded/meta-systemd/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bbappend
new file mode 100644 (file)
index 0000000..b8150b7
--- /dev/null
@@ -0,0 +1,6 @@
+inherit systemd
+
+PRINC := "${@int(PRINC) + 1}"
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE = "pcscd.socket"