mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pcsc-lite: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
6124111316
commit
4f3b378e6a
|
|
@ -8,7 +8,9 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.b
|
|||
SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
|
||||
SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
|
||||
|
||||
inherit autotools
|
||||
PR = "r3"
|
||||
|
||||
inherit autotools systemd
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--disable-libusb \
|
||||
|
|
@ -23,3 +25,8 @@ PACKAGES =+ "${PN}-lib"
|
|||
RRECOMMENDS_${PN} = "ccid"
|
||||
|
||||
FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
RREPLACES_${PN} += "${PN}-systemd"
|
||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
RREPLACES_${PN} += "${PN}-systemd"
|
||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
|
||||
Loading…
Reference in New Issue
Block a user