From a427d6e9f1d6f8ef9cb7cf8b79da1938c6830a89 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 19 Sep 2018 11:45:10 +0200 Subject: openct: Remove apparently unnecessary pkg_postinst. This prevents an error about "Postinstall scriptlets". Signed-off-by: Khem Raj --- meta-oe/recipes-support/openct/openct_0.6.20.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-oe/recipes-support/openct') 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 913290cd97..67b7c29753 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 -} -- cgit 1.2.3-korg