summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2020-06-09 11:29:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:18:04 +0100
commit99ae6dbb7278dfd264453af852c108fa56a0d4e3 (patch)
treebf8c0b3f66c056c8cb744fbf3b8857449f0f4c1e
parent0d28b963d91503c557adf87e096eb7a98dff6c76 (diff)
downloadopenembedded-core-contrib-99ae6dbb7278dfd264453af852c108fa56a0d4e3.tar.gz
encodings: clear postinst script
Postinst script from xorg-font-common.inc doesn't apply to this recipe. So clear the postinst script of encodings. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-font/encodings_1.0.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
index 4d61aed183..713fcfb935 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
@@ -19,3 +19,7 @@ SRC_URI[sha256sum] = "bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41
inherit allarch
EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings"
+
+# postinst from .inc doesn't apply to this recipe
+pkg_postinst_${PN} () {
+}