Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] package/efl: bump to 1.17.0
Date: Sun, 1 May 2016 10:18:57 -0300	[thread overview]
Message-ID: <57260241.5060403@zacarias.com.ar> (raw)
In-Reply-To: <9c17ab05-1c5c-8c9d-66d8-9faa54f0578a@gmail.com>

On 30/04/16 20:04, Romain Naour wrote:


> The .pc file is manually generated in the luajit Makefile, so it give a wrong
> path for host-luajit.
>
> $ host/usr/bin/pkgconf --cflags luajit
> /usr/include/luajit-2.0
>
> It should be:
> $ host/usr/bin/pkgconf --cflags luajit
> [...]output/host/usr/include/luajit-2.0
>
> Can you try with this patch ?
>
> diff --git a/package/luajit/luajit.mk b/package/luajit/luajit.mk
> index 623bfcc..0aab04d 100644
> --- a/package/luajit/luajit.mk
> +++ b/package/luajit/luajit.mk
> @@ -75,5 +75,11 @@ define HOST_LUAJIT_INSTALL_CMDS
>          $(MAKE) PREFIX="/usr" DESTDIR="$(HOST_DIR)" LDCONFIG=true -C $(@D) install
>   endef
>
> +define HOST_LUAJIT_FIX_PC_FILE
> +       sed -i -e "s|^prefix=.*|prefix=$(HOST_DIR)/usr|"
> $(HOST_DIR)/usr/lib/pkgconfig/luajit.pc
> +endef
> +
> +HOST_LUAJIT_POST_INSTALL_HOOKS = HOST_LUAJIT_FIX_PC_FILE
> +
>   $(eval $(generic-package))
>   $(eval $(host-generic-package))
>
> Best regards,
> Romain

Hi Romain.
It doesn't help, the problem seems to be that efl is picking up the 
distro luajit (which i have installed) over any other alternative.
I'll try to cook a patch on my side.
Regards.

  reply	other threads:[~2016-05-01 13:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27 20:46 [Buildroot] [PATCH 1/4] package/efl: switch to luajit support Romain Naour
2016-04-27 20:46 ` [Buildroot] [PATCH 2/4] package/efl: bump to 1.17.0 Romain Naour
2016-04-29 12:39   ` Gustavo Zacarias
2016-04-29 20:26     ` Romain Naour
2016-04-30 12:22       ` Gustavo Zacarias
2016-04-30 14:56         ` Romain Naour
2016-04-30 23:04           ` Romain Naour
2016-05-01 13:18             ` Gustavo Zacarias [this message]
2016-05-07 10:09               ` Romain Naour
2016-04-27 20:46 ` [Buildroot] [PATCH 3/4] package/elementary: " Romain Naour
2016-04-27 20:46 ` [Buildroot] [PATCH 4/4] package/enlightenment: bump to 0.20.7 Romain Naour
2016-06-09 21:44 ` [Buildroot] [PATCH 1/4] package/efl: switch to luajit support Thomas Petazzoni
2016-06-11 13:57   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57260241.5060403@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox