From f3f424d79e21f7d1691e08caf35900f64320d052 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 22 Nov 2006 09:21:09 +0000 Subject: git: also rdepend on perl-module-file-path --- packages/git/git_snapshot.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages/git') diff --git a/packages/git/git_snapshot.bb b/packages/git/git_snapshot.bb index aa40cd694c..c9048a4673 100644 --- a/packages/git/git_snapshot.bb +++ b/packages/git/git_snapshot.bb @@ -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 -- cgit 1.2.3-korg