summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-06-03 08:20:57 +0200
committerDavid Tardon <dtardon@redhat.com>2014-06-03 09:02:10 +0200
commit314d1059bfdfb3f600d94e40049b3d0f130283be (patch)
tree3c6787c54758068adc6943ace78aaaeeb19fdd06 /external
parentb440f319070e9ce77902fce6cf30f81331469140 (diff)
upload libetonyek 0.1.1
Change-Id: If71250029229cfc167a2ec5ef0d6aea9bc57018c (cherry picked from commit e2d53032f4e99ce0ec80c73a4ce073aa28fffc17)
Diffstat (limited to 'external')
-rw-r--r--external/libetonyek/0001-fix-v.3-version-string.patch26
-rw-r--r--external/libetonyek/UnpackedTarball_libetonyek.mk4
2 files changed, 0 insertions, 30 deletions
diff --git a/external/libetonyek/0001-fix-v.3-version-string.patch b/external/libetonyek/0001-fix-v.3-version-string.patch
deleted file mode 100644
index d344259ba4c0..000000000000
--- a/external/libetonyek/0001-fix-v.3-version-string.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 16b7bf009a06ac48c69f94b778a09151aa20fa53 Mon Sep 17 00:00:00 2001
-From: David Tardon <dtardon@redhat.com>
-Date: Thu, 29 May 2014 17:04:05 +0200
-Subject: [PATCH] fix v.3 version string
-
-Change-Id: I689fd53bedeccb8d1cda5275832f36333fe1d108
----
- src/lib/KEY2Token.gperf | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/KEY2Token.gperf b/src/lib/KEY2Token.gperf
-index d1bf501..483ca97 100644
---- a/src/lib/KEY2Token.gperf
-+++ b/src/lib/KEY2Token.gperf
-@@ -25,7 +25,7 @@ struct Token
- 1,_1
- 2004102100,VERSION_STR_2
- 2005092101,COMPATIBLE_VERSION_STR_3,
--2005140600,VERSION_STR_3
-+2005112100,VERSION_STR_3
- 72007061400,VERSION_STR_4
- 92008102400,VERSION_STR_5
- BGBuildChunk,BGBuildChunk
---
-1.9.3
-
diff --git a/external/libetonyek/UnpackedTarball_libetonyek.mk b/external/libetonyek/UnpackedTarball_libetonyek.mk
index 4655cbb05ffb..7a8746c7a22e 100644
--- a/external/libetonyek/UnpackedTarball_libetonyek.mk
+++ b/external/libetonyek/UnpackedTarball_libetonyek.mk
@@ -13,8 +13,4 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libetonyek,$(ETONYEK_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libetonyek,1))
-$(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
- external/libetonyek/0001-fix-v.3-version-string.patch \
-))
-
# vim: set noet sw=4 ts=4: