mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
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: ba94c908b99713ce115e9240df525c6442a60c7a) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 99ae6dbb7278dfd264453af852c108fa56a0d4e3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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} () {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user