Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
: [yocto] packageconfig for non-autotooled project On 09/21/15 22:04, 신택현 (Taek Hyun Shin) wrote: > > Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA > Project can be used to manually create a .pc file. > Thanks for your reply. I think this is best fixed in the meta

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Trevor Woerner
On 09/21/15 22:04, 신택현 (Taek Hyun Shin) wrote: > > Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA > Project can be used to manually create a .pc file. > Thanks for your reply. I think this is best fixed in the meta-sunxi layer itself, instead of requiring users to bbappend

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA Project can be used to manually create a .pc file. sunxi-mali_git.bbappend file = FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI += "file://egl.pc" do_install_append() {

[yocto] packageconfig for non-autotooled project

2015-09-21 Thread Trevor Woerner
Hello, libepoxy needs its EGL support to have a packageconfig (*.pc) file but the EGL I want to use in my project (meta-sunxi/recipes-graphics/libgles/sunxi-mali_git.bb, which points to gitsm://github.com/linux-sunxi/sunxi-mali.git) isn't autotooled. There are a couple ways around this problem,