diff options
-rw-r--r-- | meta-oe/recipes-support/openct/openct_0.6.20.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 1514c7a958..f647786e2b 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb | |||
@@ -46,7 +46,6 @@ FILES_${PN} += " \ | |||
46 | ${nonarch_base_libdir}/udev \ | 46 | ${nonarch_base_libdir}/udev \ |
47 | ${libdir}/openct-ifd.so \ | 47 | ${libdir}/openct-ifd.so \ |
48 | ${libdir}/pcsc \ | 48 | ${libdir}/pcsc \ |
49 | /run/openct/status \ | ||
50 | " | 49 | " |
51 | 50 | ||
52 | FILES_${PN}-dbg += " \ | 51 | FILES_${PN}-dbg += " \ |
@@ -79,10 +78,4 @@ do_install () { | |||
79 | so=$(find ${D} -name \*.so | sed "s|^${D}||") | 78 | so=$(find ${D} -name \*.so | sed "s|^${D}||") |
80 | sed -i -e 's|\\(LIBPATH\\s*\\).*|\\1$so|' etc/reader.conf | 79 | sed -i -e 's|\\(LIBPATH\\s*\\).*|\\1$so|' etc/reader.conf |
81 | install -Dpm 644 etc/reader.conf ${D}/etc/reader.conf.d/openct.conf | 80 | install -Dpm 644 etc/reader.conf ${D}/etc/reader.conf.d/openct.conf |
82 | |||
83 | install -dm 755 ${D}${localstatedir}/run/openct | ||
84 | touch ${D}${localstatedir}/run/openct/status | ||
85 | chmod 644 ${D}${localstatedir}/run/openct/status | ||
86 | |||
87 | rm -r ${D}/${localstatedir}/run | ||
88 | } | 81 | } |