[oe-commits] org.oe.dev git-native: fix DEPENDS

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Sep 17 18:58:42 UTC 2006


git-native: fix DEPENDS

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1904423d84da806f3b67086184f69928246d3468
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1904423d84da806f3b67086184f69928246d3468
Files:
1
packages/git/git-native.bb
Diffs:

#
# mt diff -r3b6b2904d17648e9e39486e89ac752171bd22019 -r1904423d84da806f3b67086184f69928246d3468
#
# 
# 
# patch "packages/git/git-native.bb"
#  from [811a9a440fe822aa918402d6807e9c2e4fa768f9]
#    to [d89719d8793d72b54fe7d72dac4edf0081f50ac1]
# 
============================================================
--- packages/git/git-native.bb	811a9a440fe822aa918402d6807e9c2e4fa768f9
+++ packages/git/git-native.bb	d89719d8793d72b54fe7d72dac4edf0081f50ac1
@@ -1,5 +1,6 @@ inherit native
 require git.bb
 inherit native
+DEPENDS = "expat-native openssl-native curl-native"
 
 do_stage () {
 	oe_runmake install bindir=${STAGING_BINDIR} \






More information about the Openembedded-commits mailing list