diff mbox series

[meta-gnome] mypaint: add m4 dir to autoconf macro search paths

Message ID 20250303104252.3045713-1-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome] mypaint: add m4 dir to autoconf macro search paths | expand

Commit Message

Markus Volk March 3, 2025, 10:42 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 3 +++
 1 file changed, 3 insertions(+)

Comments

Khem Raj March 3, 2025, 6:29 p.m. UTC | #1
I have already sent a fix for this couple of days back

On Mon, Mar 3, 2025 at 2:42 AM Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:

> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
> b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
> index d509aa3dd0..ca6a115dd3 100644
> --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
> +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
> @@ -19,6 +19,9 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
>  PV = "1.6.1"
>  S = "${WORKDIR}/git"
>
> +# Needed for introspection.m4
> +EXTRA_AUTORECONF += "-I m4"
> +
>  do_configure:append() {
>      # autogen uses python2 so generate headers ourselves
>      cd ${S}
> --
> 2.48.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#115724):
> https://lists.openembedded.org/g/openembedded-devel/message/115724
> Mute This Topic: https://lists.openembedded.org/mt/111485620/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Markus Volk March 3, 2025, 8:18 p.m. UTC | #2
Sorry. I missed that

On Mon, Mar 3 2025 at 10:29:08 AM -08:00:00, Khem Raj 
<raj.khem@gmail.com> wrote:
> I have already sent a fix for this couple of days back
> 
> On Mon, Mar 3, 2025 at 2:42 AM Markus Volk via 
> lists.openembedded.org <http://lists.openembedded.org/> 
> <f_l_k=t-online.de@lists.openembedded.org 
> <mailto:t-online.de@lists.openembedded.org>> wrote:
>> Signed-off-by: Markus Volk <f_l_k@t-online.de 
>> <mailto:f_l_k@t-online.de>>
>>  ---
>>   meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb 
>> <http://libmypaint_git.bb/> | 3 +++
>>   1 file changed, 3 insertions(+)
>> 
>>  diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb 
>> <http://libmypaint_git.bb/> 
>> b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb 
>> <http://libmypaint_git.bb/>
>>  index d509aa3dd0..ca6a115dd3 100644
>>  --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb 
>> <http://libmypaint_git.bb/>
>>  +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb 
>> <http://libmypaint_git.bb/>
>>  @@ -19,6 +19,9 @@ SRCREV = 
>> "2768251dacce3939136c839aeca413f4aa4241d0"
>>   PV = "1.6.1"
>>   S = "${WORKDIR}/git"
>> 
>>  +# Needed for introspection.m4
>>  +EXTRA_AUTORECONF += "-I m4"
>>  +
>>   do_configure:append() {
>>       # autogen uses python2 so generate headers ourselves
>>       cd ${S}
>>  --
>>  2.48.1
>> 
>> 
>>  -=-=-=-=-=-=-=-=-=-=-=-
>>  Links: You receive all messages sent to this group.
>>  View/Reply Online (#115724): 
>> <https://lists.openembedded.org/g/openembedded-devel/message/115724>
>>  Mute This Topic: 
>> <https://lists.openembedded.org/mt/111485620/1997914>
>>  Group Owner: openembedded-devel+owner@lists.openembedded.org 
>> <mailto:openembedded-devel%2Bowner@lists.openembedded.org>
>>  Unsubscribe: 
>> <https://lists.openembedded.org/g/openembedded-devel/unsub> 
>> [raj.khem@gmail.com <mailto:raj.khem@gmail.com>]
>>  -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
index d509aa3dd0..ca6a115dd3 100644
--- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
+++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
@@ -19,6 +19,9 @@  SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
 PV = "1.6.1"
 S = "${WORKDIR}/git"
 
+# Needed for introspection.m4
+EXTRA_AUTORECONF += "-I m4"
+
 do_configure:append() {
     # autogen uses python2 so generate headers ourselves
     cd ${S}