git: RDEPEND on perl:
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 09:03:29 +0000 (09:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 09:03:29 +0000 (09:03 +0000)
root@h2200:/data# git clone git://git.cairographics.org/git/cairo
/usr/bin/git-clone: line 325: perl: command not found

packages/git/git_snapshot.bb

index 443fd29..aa40cd6 100644 (file)
@@ -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