diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-26 18:11:08 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-26 18:11:08 +0100 |
commit | d14dd19f5ec3cae1d2c1a61580318599f9e4dc1b (patch) | |
tree | e3c8363e098bb9d8fd7f89b2e8dd268d61bcf5da /packages/git | |
parent | 6778e554c5871a3fa74f459c90c6dc3c2bd3eef1 (diff) | |
parent | 22aa4d4401b102a797c305ca99c115b942d10cdb (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'packages/git')
-rw-r--r-- | packages/git/git-native_1.5.2.3.bb | 5 | ||||
-rw-r--r-- | packages/git/git-native_1.5.3.bb | 7 | ||||
-rw-r--r-- | packages/git/git_1.5.2.3.bb | 26 | ||||
-rw-r--r-- | 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 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" |