diff options
author | Denys Dmytriyenko <denis@denix.org> | 2008-11-17 20:55:03 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2008-11-17 20:55:03 -0500 |
commit | 2b3c7bc65fe2b13de52a520e46bf6487ba3fae55 (patch) | |
tree | e206afe627c8958919db94514612721c961d47c4 /packages | |
parent | 86e570e42ad972c281f0d668df0ed1fb5f485fe7 (diff) |
git: add version 1.6.0.4
Diffstat (limited to 'packages')
-rw-r--r-- | packages/git/git-native_1.6.0.4.bb | 4 | ||||
-rw-r--r-- | packages/git/git_1.6.0.4.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/git/git-native_1.6.0.4.bb b/packages/git/git-native_1.6.0.4.bb new file mode 100644 index 0000000000..b5bfa02cd9 --- /dev/null +++ b/packages/git/git-native_1.6.0.4.bb @@ -0,0 +1,4 @@ +require git.inc +inherit native +DEPENDS = "openssl-native curl-native zlib-native expat-native" +PR = "r3" diff --git a/packages/git/git_1.6.0.4.bb b/packages/git/git_1.6.0.4.bb new file mode 100644 index 0000000000..e06a4b2a8a --- /dev/null +++ b/packages/git/git_1.6.0.4.bb @@ -0,0 +1,4 @@ +require git.inc +DEPENDS = "openssl curl zlib expat" +RDEPENDS = "perl perl-module-file-path cpio findutils sed" +PR = "r3" |