aboutsummaryrefslogtreecommitdiffstats
path: root/packages/git
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-26 14:55:14 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-26 14:55:14 +0100
commite7aea9ef0f7af04c98fdf33c7751df4b2af69124 (patch)
tree3a28c77e89dbff5c8cdf9e2899443933bb645ee5 /packages/git
parentddfe11c9c4175151ba746868e41f2ccb2a8aa4ff (diff)
downloadopenembedded-e7aea9ef0f7af04c98fdf33c7751df4b2af69124.tar.gz
git[-native] 1.5.x: remove
Diffstat (limited to 'packages/git')
-rw-r--r--packages/git/git-native_1.5.2.3.bb5
-rw-r--r--packages/git/git-native_1.5.3.bb7
-rw-r--r--packages/git/git_1.5.2.3.bb26
-rw-r--r--packages/git/git_1.5.3.bb7
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 0df7f8c920..0000000000
--- 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 6b9dacbd3d..0000000000
--- 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 ad25a43732..0000000000
--- 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 491bb3f7c1..0000000000
--- 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"