All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] encodings: rdepends on mkfontscale
@ 2020-06-07  7:18 kai
  2020-06-08 20:40 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: kai @ 2020-06-07  7:18 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

It runs mkfontdir and mkfontdir during postinst script which are from
package mkfontscale. So make encodings rdepends on mkfontscale.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 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"
 
 SRC_URI += "file://nocompiler.patch"
 SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] encodings: rdepends on mkfontscale
  2020-06-07  7:18 [PATCH] encodings: rdepends on mkfontscale kai
@ 2020-06-08 20:40 ` Richard Purdie
  2020-06-09  1:46   ` kai
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2020-06-08 20:40 UTC (permalink / raw)
  To: kai, openembedded-core

On Sun, 2020-06-07 at 15:18 +0800, kai wrote:
> From: Kai Kang <kai.kang@windriver.com>
> 
> It runs mkfontdir and mkfontdir during postinst script which are from
> package mkfontscale. So make encodings rdepends on mkfontscale.
> 
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] encodings: rdepends on mkfontscale
  2020-06-08 20:40 ` [OE-core] " Richard Purdie
@ 2020-06-09  1:46   ` kai
  0 siblings, 0 replies; 3+ messages in thread
From: kai @ 2020-06-09  1:46 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

On 2020/6/9 上午4:40, Richard Purdie wrote:
> On Sun, 2020-06-07 at 15:18 +0800, kai wrote:
>> From: Kai Kang <kai.kang@windriver.com>
>>
>> It runs mkfontdir and mkfontdir during postinst script which are from
>> package mkfontscale. So make encodings rdepends on mkfontscale.
>>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>> ---
>>   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

OK. I'll send V2 to remove the postinsts.

Regards,
Kai


>
> Cheers,
>
> Richard
>

-- 
Kai Kang
Wind River Linux


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-09  1:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07  7:18 [PATCH] encodings: rdepends on mkfontscale kai
2020-06-08 20:40 ` [OE-core] " Richard Purdie
2020-06-09  1:46   ` kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.