From: Michael Lauer Date: Sun, 17 Sep 2006 18:48:20 +0000 (+0000) Subject: git-native: fix DEPENDS X-Git-Tag: Release-2010-05/1~9453^2~785 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369c0e0f3c8c50bf9d49e36b428803d301515aef;p=openembedded.git git-native: fix DEPENDS --- diff --git a/packages/git/git-native.bb b/packages/git/git-native.bb index 361e5bdf39..67ea960819 100644 --- a/packages/git/git-native.bb +++ b/packages/git/git-native.bb @@ -1,5 +1,6 @@ require git.bb inherit native +DEPENDS = "expat-native openssl-native curl-native" do_stage () { oe_runmake install bindir=${STAGING_BINDIR} \