On Sun, 2020-06-07 at 15:18 +0800, kai wrote: > From: Kai Kang <[email protected]> > > It runs mkfontdir and mkfontdir during postinst script which are from > package mkfontscale. So make encodings rdepends on mkfontscale. > > Signed-off-by: Kai Kang <[email protected]> > --- > meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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..a299bf2fb2 100644 > --- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb > +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb > @@ -10,7 +10,7 @@ PE = "1" > PR = "r3" > > DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" > -RDEPENDS_${PN} = "" > +RDEPENDS_${PN} = "mkfontscale"
I suspect the correct fix is that it shouldn't have these postinsts? http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=b8f089512f65a4a131c8096c281c4f3d9cf23718 Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139341): https://lists.openembedded.org/g/openembedded-core/message/139341 Mute This Topic: https://lists.openembedded.org/mt/74727412/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
