Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Koen Kooi
Op 9 mei 2014, om 12:53 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: On 9 May 2014 12:23, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2014-05-09 at 12:19 +0200, Koen Kooi wrote: On 9 May 2014 12:16, Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 10:15 +0200, Koen Kooi wrote: So 'git-replacement-native' is broken without the git-perl patches anyway, I'm not going to look into that issue any longer. $ bitbake git-replacement-native [---build---] $ ./tmp/sysroots/x86_64-linux/usr/bin/git -c core.fsyncobjectfiles=0

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 10:15 +0200, Koen Kooi wrote: I removed all my patches, deleted everything including DL_DIR and sstate-cache and bitbake git-replacement-native bitbake linaro-image-minimal will fail with: [koen@thinkpad git]$ cat

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Saul Wold
On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 10:50 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Richard Purdie
On Fri, 2014-05-09 at 11:16 +0200, Koen Kooi wrote: Op 9 mei 2014, om 10:50 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-08 Thread Saul Wold
On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up in the correct dir *and* doesn't get deleted. Seems to be a problem as RP was concerned with:

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-08 Thread Koen Kooi
Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up in the

[OE-core] [PATCHv4] git: fix perl binding installation

2014-05-02 Thread Koen Kooi
Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up in the correct dir *and* doesn't get deleted. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-devtools/git/git.inc | 7