[oe-commits] org.oe.dev git: fix case of the disappearing snapshots by adding a stable release

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Dec 19 17:22:38 UTC 2006


git: fix case of the disappearing snapshots by adding a stable release

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 13bb4c8ba3175c16be87c9c51595f35e125fb447
ViewMTN: http://monotone.openembedded.org/revision.psp?id=13bb4c8ba3175c16be87c9c51595f35e125fb447
Files:
1
packages/git/files/Makefile.patch
packages/git/git-native_snapshot.bb
packages/git/git_snapshot.bb
packages/git/git-native_1.4.4.2.bb
packages/git/git.inc
packages/git/git_1.4.4.2.bb
Diffs:

#
# mt diff -r12aefbb866697c7ce0a93febeaa40af2622a8ac2 -r13bb4c8ba3175c16be87c9c51595f35e125fb447
#
# 
# 
# delete "packages/git/files/Makefile.patch"
# 
# delete "packages/git/git-native_snapshot.bb"
# 
# delete "packages/git/git_snapshot.bb"
# 
# add_file "packages/git/git-native_1.4.4.2.bb"
#  content [ae97a8c5233c3cb4903b5883f147dd80212a0056]
# 
# add_file "packages/git/git.inc"
#  content [a05c5afa0e694ed90e67c0faa5da2de1747c60e5]
# 
# add_file "packages/git/git_1.4.4.2.bb"
#  content [ebb27d9ed910b034cf04c354c933294dc565eb13]
# 
============================================================
--- packages/git/git-native_1.4.4.2.bb	ae97a8c5233c3cb4903b5883f147dd80212a0056
+++ packages/git/git-native_1.4.4.2.bb	ae97a8c5233c3cb4903b5883f147dd80212a0056
@@ -0,0 +1,3 @@
+require git.inc
+inherit native
+DEPENDS = "openssl-native curl-native"
============================================================
--- packages/git/git.inc	a05c5afa0e694ed90e67c0faa5da2de1747c60e5
+++ packages/git/git.inc	a05c5afa0e694ed90e67c0faa5da2de1747c60e5
@@ -0,0 +1,15 @@
+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"
+S = "${WORKDIR}/git-${PV}"
+
+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"
+
============================================================
--- packages/git/git_1.4.4.2.bb	ebb27d9ed910b034cf04c354c933294dc565eb13
+++ packages/git/git_1.4.4.2.bb	ebb27d9ed910b034cf04c354c933294dc565eb13
@@ -0,0 +1,3 @@
+require git.inc
+DEPENDS = "openssl curl"
+RDEPENDS = "perl perl-module-file-path"






More information about the Openembedded-commits mailing list