summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index bf19843b2f..b0ba3aedef 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -1,21 +1,20 @@
1SUMMARY = "Enca is an Extremely Naive Charset Analyser" 1SUMMARY = "Enca is an Extremely Naive Charset Analyser"
2SECTION = "libs" 2SECTION = "libs"
3HOMEPAGE = "http://trific.ath.cx/software/enca/" 3HOMEPAGE = "https://cihar.com/software/enca/"
4 4
5DEPENDS += "gettext-native" 5DEPENDS += "gettext-native"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" 8LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
9 9
10SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \ 10SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \
11 file://configure-hack.patch \ 11 file://configure-hack.patch \
12 file://dont-run-tests.patch \ 12 file://dont-run-tests.patch \
13 file://configure-remove-dumbness.patch \ 13 file://configure-remove-dumbness.patch \
14 file://makefile-remove-tools.patch \ 14 file://makefile-remove-tools.patch \
15 file://libenca-003-iconv.patch " 15 file://libenca-003-iconv.patch "
16 16
17SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" 17SRC_URI[sha256sum] = "75a38ed23bac37cc12166cc5edc8335c3af862adc202f84823d3aef3e2208e47"
18SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
19 18
20inherit autotools 19inherit autotools
21 20