Joshua Lock wrote: > On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote: >> Signed-off-by: Dexuan Cui <[email protected]> >> --- >> meta/recipes-devtools/git/git.inc | 4 ++-- >> meta/recipes-devtools/git/git_1.7.5.1.bb | 2 +- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/meta/recipes-devtools/git/git.inc >> b/meta/recipes-devtools/git/git.inc index c884f9c..3cdd1fa 100644 >> --- a/meta/recipes-devtools/git/git.inc +++ >> b/meta/recipes-devtools/git/git.inc @@ -1,14 +1,14 @@ >> DESCRIPTION = "The git revision control system used by the Linux >> kernel developers" SECTION = "console/utils" LICENSE = "GPLv2" >> -DEPENDS = "perl-native openssl curl zlib expat" >> +DEPENDS = "perl-native-runtime openssl curl zlib expat" > > This change made git-native fail to build for me until I installed > perl-ExtUtils-MakeMaker on my Fedora 15 workstation. > > If this is expected we need to be documenting this additional host > dependency. > > Tracking bug: http://bugzilla.yoctoproject.org/show_bug.cgi?id=1155
Hi Joshua, Thanks for reporting this! Cc-ed Richard: It might be inappropriate to "add perl-ExtUtils-MakeMaker to the host package requirements"? Looks git should depend on perl-native? I've made a patch http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=dcui/distro&id=79356a51507f1872199ba38262b749277633b4d4 and I'll send the pull request. Please review it. Thanks, -- Dexuan _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
