diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 19:04:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 19:04:36 +0000 |
commit | 7dce8cc1fe80f9e1ee4712339889728b8798b013 (patch) | |
tree | 8446b356f86a0d65e361e96a584cd5a93ab8f725 /packages/git/git-native_1.5.3.bb | |
parent | 4bdcce051cee2d1c9c83f77c88a6f68726cedfe0 (diff) |
Add git-native 1.5.3 (from poky)
Diffstat (limited to 'packages/git/git-native_1.5.3.bb')
-rw-r--r-- | packages/git/git-native_1.5.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/git/git-native_1.5.3.bb b/packages/git/git-native_1.5.3.bb new file mode 100644 index 0000000000..935c773c1c --- /dev/null +++ b/packages/git/git-native_1.5.3.bb @@ -0,0 +1,4 @@ +require git.inc +inherit native +DEPENDS = "openssl-native curl-native zlib-native expat-native" +PR = "r1" |