From e7aea9ef0f7af04c98fdf33c7751df4b2af69124 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 26 Nov 2008 14:55:14 +0100 Subject: 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, 45 deletions(-) delete mode 100644 packages/git/git-native_1.5.2.3.bb delete mode 100644 packages/git/git-native_1.5.3.bb delete mode 100644 packages/git/git_1.5.2.3.bb delete mode 100644 packages/git/git_1.5.3.bb (limited to 'packages/git') 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" -- cgit v1.2.3