git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7369d
)
git: also rdepend on perl-module-file-path
author
Koen Kooi
<koen@openembedded.org>
Wed, 22 Nov 2006 09:21:09 +0000
(09:21 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 22 Nov 2006 09:21:09 +0000
(09:21 +0000)
packages/git/git_snapshot.bb
patch
|
blob
|
history
diff --git
a/packages/git/git_snapshot.bb
b/packages/git/git_snapshot.bb
index
aa40cd6
..
c9048a4
100644
(file)
--- 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