[oe-commits] org.oe.dev Add git-native 1.5.3 (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Dec 1 23:30:11 UTC 2007


Add git-native 1.5.3 (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 7037815966b09ab2bfe1464aaecbd89ab12ffc44
ViewMTN: http://monotone.openembedded.org/revision/info/7037815966b09ab2bfe1464aaecbd89ab12ffc44
Files:
1
packages/git/git-native_1.5.3.bb
packages/git/git.inc
Diffs:

#
# mt diff -r02b07387b0920be25df982f34473e31d32ea8fd7 -r7037815966b09ab2bfe1464aaecbd89ab12ffc44
#
# 
# 
# add_file "packages/git/git-native_1.5.3.bb"
#  content [0eee3955b85d6ba2bd393cc5e7525c848366f62c]
# 
# add_file "packages/git/git.inc"
#  content [ce7e34b4dd8490461c6e668e1fc0f228df6a0f62]
# 
============================================================
--- packages/git/git-native_1.5.3.bb	0eee3955b85d6ba2bd393cc5e7525c848366f62c
+++ packages/git/git-native_1.5.3.bb	0eee3955b85d6ba2bd393cc5e7525c848366f62c
@@ -0,0 +1,4 @@
+require git.inc
+inherit native
+DEPENDS = "openssl-native curl-native zlib-native expat-native"
+PR = "r1"
============================================================
--- packages/git/git.inc	ce7e34b4dd8490461c6e668e1fc0f228df6a0f62
+++ packages/git/git.inc	ce7e34b4dd8490461c6e668e1fc0f228df6a0f62
@@ -0,0 +1,19 @@
+DESCRIPTION = "The git revision control system used by the Linux kernel developers"
+SECTION = "console/utils"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
+           file://autotools.patch;patch=1"
+S = "${WORKDIR}/git-${PV}"
+
+EXTRA_OEMAKE = "NO_TCLTL=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
+}
+
+FILES_${PN} += "${datadir}/git-core"






More information about the Openembedded-commits mailing list