diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-30 16:52:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-30 16:52:28 +0000 |
commit | 8e8b85df268143f19cd3a72e7275aafac582fc6b (patch) | |
tree | 0f34c825c04805f931caf64c8e8bc1cda5cc75ba /meta/packages/git/git-native_1.5.3.bb | |
parent | b6691acf0dacf6791e38bcb42f9303d27fa0a0e8 (diff) | |
download | openembedded-core-8e8b85df268143f19cd3a72e7275aafac582fc6b.tar.gz openembedded-core-8e8b85df268143f19cd3a72e7275aafac582fc6b.tar.bz2 openembedded-core-8e8b85df268143f19cd3a72e7275aafac582fc6b.zip |
git-native: Sync minor tweaks from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3286 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/git/git-native_1.5.3.bb')
-rw-r--r-- | meta/packages/git/git-native_1.5.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/git/git-native_1.5.3.bb b/meta/packages/git/git-native_1.5.3.bb index f91fd03ab1..935c773c1c 100644 --- a/meta/packages/git/git-native_1.5.3.bb +++ b/meta/packages/git/git-native_1.5.3.bb @@ -1,3 +1,4 @@ require git.inc inherit native -DEPENDS = "openssl-native curl-native" +DEPENDS = "openssl-native curl-native zlib-native expat-native" +PR = "r1" |