[oe-commits] Michael 'Mickey' Lauer : git[-native] 1.5.x: remove

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:49 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: e7aea9ef0f7af04c98fdf33c7751df4b2af69124
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7aea9ef0f7af04c98fdf33c7751df4b2af69124

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Nov 26 14:55:14 2008 +0100

git[-native] 1.5.x: remove

---

 packages/git/git-native_1.5.2.3.bb |    5 -----
 packages/git/git-native_1.5.3.bb   |    7 -------
 packages/git/git_1.5.2.3.bb        |   26 --------------------------
 packages/git/git_1.5.3.bb          |    7 -------
 4 files changed, 0 insertions(+), 45 deletions(-)

diff --git a/packages/git/git-native_1.5.2.3.bb b/packages/git/git-native_1.5.2.3.bb
deleted file mode 100644
index 0df7f8c..0000000
--- a/packages/git/git-native_1.5.2.3.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit native
-require git_${PV}.bb
-
-DEPENDS = "openssl-native curl-native zlib-native expat-native"
-RDEPENDS = ""
diff --git a/packages/git/git-native_1.5.3.bb b/packages/git/git-native_1.5.3.bb
deleted file mode 100644
index 6b9dacb..0000000
--- a/packages/git/git-native_1.5.3.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require git.inc
-
-SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
-
-inherit native
-DEPENDS = "openssl-native curl-native zlib-native expat-native"
-PR = "r2"
diff --git a/packages/git/git_1.5.2.3.bb b/packages/git/git_1.5.2.3.bb
deleted file mode 100644
index ad25a43..0000000
--- a/packages/git/git_1.5.2.3.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "The git revision control system used by the Linux kernel developers"
-SECTION = "console/utils"
-LICENSE = "GPL"
-PR ="r4"
-
-inherit autotools
-
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
-	   file://autotools.patch;patch=1 \
-	  "
-
-S = "${WORKDIR}/git-${PV}"
-
-DEPENDS = "openssl curl zlib expat"
-RDEPENDS = "perl perl-module-file-path cpio findutils sed"
-
-EXTRA_OEMAKE = "NO_TCLTK=1"
-
-do_install() {
-	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"
-
diff --git a/packages/git/git_1.5.3.bb b/packages/git/git_1.5.3.bb
deleted file mode 100644
index 491bb3f..0000000
--- a/packages/git/git_1.5.3.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require git.inc
-
-SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
-
-DEPENDS = "openssl curl zlib expat"
-RDEPENDS = "perl perl-module-file-path cpio findutils sed"
-PR = "r2"





More information about the Openembedded-commits mailing list