On 04/29/2011 03:13 AM, Koen Kooi wrote:
From: Martin Jansa
* with git-native and rm_work enabled I've noticed git fetcher errors like:
warning: templates not found
/OE/shr-core/tmp/work/x86_64-linux/git-native-1.7.3.4-r0/image/OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templat
On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie
wrote:
> We can make this simpler. We should just setVar("DEPENDS_GETTEXT", "")
> in the INHIBIT_DEFAULT_DEPS case. If anything is expanding the variables
> somewhere, we should fix that.
>
Infact the virtclass stuff complicates this since they are
2011/4/29 Koen Kooi :
>
> Op 29 apr 2011, om 12:44 heeft Michael Lippautz het volgende geschreven:
>
>> This fixes compilation/linking of Python 3rd party extensions.
>>
>> ${STAGING_LIBDIR}/python/config/Makefile needs the correct
>> INCDIR and LIBDIR settings to be used in cross compilation for t
Op 29 apr 2011, om 12:44 heeft Michael Lippautz het volgende geschreven:
> This fixes compilation/linking of Python 3rd party extensions.
>
> ${STAGING_LIBDIR}/python/config/Makefile needs the correct
> INCDIR and LIBDIR settings to be used in cross compilation for the
> target. 3rd party module
This fixes compilation/linking of Python 3rd party extensions.
${STAGING_LIBDIR}/python/config/Makefile needs the correct
INCDIR and LIBDIR settings to be used in cross compilation for the
target. 3rd party module use distutils.sysconfig which uses this
Makefile to create compiler/linker flags.
W
From: Martin Jansa
* with git-native and rm_work enabled I've noticed git fetcher errors like:
warning: templates not found
/OE/shr-core/tmp/work/x86_64-linux/git-native-1.7.3.4-r0/image/OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templates
fatal: Unable to find remote helper fo
From: Paul Eggleton
The if-pre-up.d/nfsroot script was no longer functioning correctly due to
a change in iproute2's installation of the "ip" executable. The script will
now function correctly regardless of whether ip is in /bin or /sbin.
Fixes [YOCTO #1006].
Signed-off-by: Paul Eggleton
---
From: Paul Eggleton
Adding "auto eth0" to our default IP configuration caused failure to boot
NFS root systems [1]; netbase's if-pre-up.d/nfsroot script was supposed to stop
this but failed to do so due to looking for /sbin/ip when we actually now
install /bin/ip. This patch checks for either ins