mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
openct: remove lines that resulted in a no-op
Also remove /run/openct/status from FILES_${PN}, which isn't being
created at all by the recipe – even openct's configure script references
it as /var/run/openct/.
Fixes: 387824f176 (2016-02-28, "openct: Fix rootfs creation errors")
Fixes: 8e61ff98e9 (2019-11-21, "openct: merge do_install and do_install_append")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -46,7 +46,6 @@ FILES_${PN} += " \
|
||||
${nonarch_base_libdir}/udev \
|
||||
${libdir}/openct-ifd.so \
|
||||
${libdir}/pcsc \
|
||||
/run/openct/status \
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
@@ -79,10 +78,4 @@ do_install () {
|
||||
so=$(find ${D} -name \*.so | sed "s|^${D}||")
|
||||
sed -i -e 's|\\(LIBPATH\\s*\\).*|\\1$so|' etc/reader.conf
|
||||
install -Dpm 644 etc/reader.conf ${D}/etc/reader.conf.d/openct.conf
|
||||
|
||||
install -dm 755 ${D}${localstatedir}/run/openct
|
||||
touch ${D}${localstatedir}/run/openct/status
|
||||
chmod 644 ${D}${localstatedir}/run/openct/status
|
||||
|
||||
rm -r ${D}/${localstatedir}/run
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user