aboutsummaryrefslogtreecommitdiffstats
path: root/packages/git
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-22 09:03:29 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-22 09:03:29 +0000
commit4a7369d38e2e7071911ab9b7c4250fcfffe4c811 (patch)
treeac7f2de84ee4e883a7f663decdffa4d86b66d25d /packages/git
parentf1e41663a90a694ddae3d1da1e7ac4c5abdfe373 (diff)
downloadopenembedded-4a7369d38e2e7071911ab9b7c4250fcfffe4c811.tar.gz
git: RDEPEND on perl:
root@h2200:/data# git clone git://git.cairographics.org/git/cairo /usr/bin/git-clone: line 325: perl: command not found
Diffstat (limited to 'packages/git')
-rw-r--r--packages/git/git_snapshot.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/git/git_snapshot.bb b/packages/git/git_snapshot.bb
index 443fd299f6..aa40cd694c 100644
--- a/packages/git/git_snapshot.bb
+++ b/packages/git/git_snapshot.bb
@@ -2,6 +2,8 @@ SECTION = "console/utils"
LICENSE = "GPL"
DESCRIPTION = "The git revision control system used by the Linux kernel developers"
DEPENDS = "openssl curl"
+RDEPENDS = "perl"
+PR = "r1"
def get_git_pkgdate(d):
import bb