Re: [yocto] Weird FILESPATH issue

2013-04-06 Thread Gary Thomas
On 2013-04-05 17:41, Gary Thomas wrote: On 2013-04-05 11:31, Paul Eggleton wrote: On Friday 05 April 2013 11:04:15 Gary Thomas wrote: On 2013-04-05 06:53, Gary Thomas wrote: I think the problem is because the main recipe contains this line: FILESPATH = "${FILE_DIRNAME}/python-pygobject:${F

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
On 2013-04-05 11:31, Paul Eggleton wrote: On Friday 05 April 2013 11:04:15 Gary Thomas wrote: On 2013-04-05 06:53, Gary Thomas wrote: I think the problem is because the main recipe contains this line: FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" How can I write my .

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Paul Eggleton
On Friday 05 April 2013 11:04:15 Gary Thomas wrote: > On 2013-04-05 06:53, Gary Thomas wrote: > > I think the problem is because the main recipe contains this line: > >FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" > > > > How can I write my .bbappend file to pick up the

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:53, Gary Thomas wrote: I'm trying to write a patch for this recipe: meta/recipes-devtools/python/python-pygobject_2.27.91.bb I tried with a .bbappend that looks like this: FILESEXTRAPATHS_append = ":${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}" SRC_URI_append = " file://fix-

[yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
I'm trying to write a patch for this recipe: meta/recipes-devtools/python/python-pygobject_2.27.91.bb I tried with a .bbappend that looks like this: FILESEXTRAPATHS_append = ":${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}" SRC_URI_append = " file://fix-registration-warnings.patch " Also like thi