git: also rdepend on perl-module-file-path
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 09:21:09 +0000 (09:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 09:21:09 +0000 (09:21 +0000)
packages/git/git_snapshot.bb

index aa40cd6..c9048a4 100644 (file)
@@ -2,8 +2,11 @@ SECTION = "console/utils"
 LICENSE = "GPL"
 DESCRIPTION = "The git revision control system used by the Linux kernel developers"
 DEPENDS = "openssl curl"
-RDEPENDS = "perl"
-PR = "r1"
+RDEPENDS = "perl \
+           perl-module-file-path \
+           "
+
+PR = "r2"
 
 def get_git_pkgdate(d):
     import bb