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
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 .
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
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-
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