[oe-commits] org.oe.dev git_1.5.3.bb : add from OM mtn

xora commit oe at amethyst.openembedded.net
Fri May 9 15:30:48 UTC 2008


git_1.5.3.bb : add from OM mtn
git.inc : fixes from OM mtn

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 120b8a58128a10f695ebe8d0584af3b38add3400
ViewMTN: http://monotone.openembedded.org/revision/info/120b8a58128a10f695ebe8d0584af3b38add3400
Files:
1
packages/git/git_1.5.3.bb
packages/git/git-native_1.5.3.bb
packages/git/git.inc
Diffs:

#
# mt diff -r4b3c78442de80efab7caa20c1a89bd5660f17888 -r120b8a58128a10f695ebe8d0584af3b38add3400
#
#
#
# add_file "packages/git/git_1.5.3.bb"
#  content [0c464d9a2e683099651fb53fff054e6c2cdea2a7]
# 
# patch "packages/git/git-native_1.5.3.bb"
#  from [0eee3955b85d6ba2bd393cc5e7525c848366f62c]
#    to [6d2f5b7e8b3ca3f8a01ee7f8f255f152a964de99]
# 
# patch "packages/git/git.inc"
#  from [3453fcb16ca1b5323af9d9ede90cd878559c2ddb]
#    to [78d5cbf5201f942c64ae36ae924b01ac6152208a]
#
============================================================
--- packages/git/git_1.5.3.bb	0c464d9a2e683099651fb53fff054e6c2cdea2a7
+++ packages/git/git_1.5.3.bb	0c464d9a2e683099651fb53fff054e6c2cdea2a7
@@ -0,0 +1,5 @@
+require git.inc
+DEPENDS = "openssl curl zlib expat"
+RDEPENDS = "perl perl-module-file-path cpio findutils sed"
+PR = "r2"
+
============================================================
--- packages/git/git-native_1.5.3.bb	0eee3955b85d6ba2bd393cc5e7525c848366f62c
+++ packages/git/git-native_1.5.3.bb	6d2f5b7e8b3ca3f8a01ee7f8f255f152a964de99
@@ -1,4 +1,4 @@ DEPENDS = "openssl-native curl-native zl
 require git.inc
 inherit native
 DEPENDS = "openssl-native curl-native zlib-native expat-native"
+PR = "r2"
-PR = "r1"
============================================================
--- packages/git/git.inc	3453fcb16ca1b5323af9d9ede90cd878559c2ddb
+++ packages/git/git.inc	78d5cbf5201f942c64ae36ae924b01ac6152208a
@@ -8,14 +8,14 @@ S = "${WORKDIR}/git-${PV}"
 	   "
 S = "${WORKDIR}/git-${PV}"
 
-EXTRA_OEMAKE = "NO_TCLTL=1"
+EXTRA_OEMAKE = "NO_TCLTK=1"
 
 inherit autotools
 
 do_install () {
-	oe_runmake install prefix=${D} bindir=${D}${bindir} \
-		template_dir=${D}${datadir}/git-core/templates \
-		GIT_PYTHON_DIR=${D}${datadir}/git-core/python
+	oe_runmake install DESTDIR="${D}" bindir=${bindir} \
+		template_dir=${datadir}/git-core/templates \
+		GIT_PYTHON_DIR=${datadir}/git-core/python
 }
 
 FILES_${PN} += "${datadir}/git-core"






More information about the Openembedded-commits mailing list