diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-09-17 18:48:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-09-17 18:48:20 +0000 |
commit | 369c0e0f3c8c50bf9d49e36b428803d301515aef (patch) | |
tree | 34522d8088353dff8a457f96b916c530408ec6e6 /packages | |
parent | 89332c265ec2125c7794bad7adf17f75957bc242 (diff) |
git-native: fix DEPENDS
Diffstat (limited to 'packages')
-rw-r--r-- | packages/git/git-native.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |