diff options
-rw-r--r-- | packages/git/git_snapshot.bb | 7 |
1 files changed, 5 insertions, 2 deletions
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 |