[oe-commits] [meta-openembedded] 31/47: openct: Remove apparently unnecessary pkg_postinst.

git at git.openembedded.org git at git.openembedded.org
Tue Sep 25 16:19:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a427d6e9f1d6f8ef9cb7cf8b79da1938c6830a89
Author: Patrick Vacek <patrickvacek at gmail.com>
AuthorDate: Wed Sep 19 11:45:10 2018 +0200

    openct: Remove apparently unnecessary pkg_postinst.
    
    This prevents an error about "Postinstall scriptlets".
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/openct/openct_0.6.20.bb | 4 ----
 1 file changed, 4 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 913290c..67b7c29 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -88,7 +88,3 @@ do_install () {
     touch ${D}${localstatedir}/run/openct/status
     chmod 644 ${D}${localstatedir}/run/openct/status
 }
-
-pkg_postinst_${PN} () {
-    ln -sf ctapi/libopenctapi.so ${libdir}/libopenctapi.so
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list