diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-06-09 11:29:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 08:25:04 +0100 |
commit | 0273ac2a818c161870f5c24c6bab814c40bedba2 (patch) | |
tree | d5414c9df91755e5e5ccdfa8ded43c1856fd3be7 /meta/recipes-graphics | |
parent | c3271dca21b2f6fa9b54b00a64a176e9d87e8feb (diff) | |
download | poky-0273ac2a818c161870f5c24c6bab814c40bedba2.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.
(From OE-Core rev: 99ae6dbb7278dfd264453af852c108fa56a0d4e3)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 4 |
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 | |||
19 | inherit allarch | 19 | inherit allarch |
20 | 20 | ||
21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" | 21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" |
22 | |||
23 | # postinst from .inc doesn't apply to this recipe | ||
24 | pkg_postinst_${PN} () { | ||
25 | } | ||