[oe-commits] org.oe.dev git: RDEPEND on perl:

koen commit openembedded-commits at lists.openembedded.org
Wed Nov 22 09:05:30 UTC 2006


git: RDEPEND on perl:

root at h2200:/data# git clone git://git.cairographics.org/git/cairo
/usr/bin/git-clone: line 325: perl: command not found

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3adbc0bed7c0f646f679b7536c0841b2465b2127
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3adbc0bed7c0f646f679b7536c0841b2465b2127
Files:
1
packages/git/git_snapshot.bb
Diffs:

#
# mt diff -rb6527d9360ef7148e6254a0259364748ad6a30b8 -r3adbc0bed7c0f646f679b7536c0841b2465b2127
#
# 
# 
# patch "packages/git/git_snapshot.bb"
#  from [bcd02ee66b30e72ca4842938372a969d10f78acd]
#    to [3c416ea2710843d23a2e4873aa1edb1b673b3633]
# 
============================================================
--- packages/git/git_snapshot.bb	bcd02ee66b30e72ca4842938372a969d10f78acd
+++ packages/git/git_snapshot.bb	3c416ea2710843d23a2e4873aa1edb1b673b3633
@@ -1,7 +1,9 @@ DEPENDS = "openssl curl"
 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






More information about the Openembedded-commits mailing list