diff options
-rw-r--r-- | meta-oe/recipes-support/enca/enca_1.9.bb | 7 |
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 @@ | |||
1 | SUMMARY = "Enca is an Extremely Naive Charset Analyser" | 1 | SUMMARY = "Enca is an Extremely Naive Charset Analyser" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "http://trific.ath.cx/software/enca/" | 3 | HOMEPAGE = "https://cihar.com/software/enca/" |
4 | 4 | ||
5 | DEPENDS += "gettext-native" | 5 | DEPENDS += "gettext-native" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" |
9 | 9 | ||
10 | SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \ | 10 | SRC_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 | ||
17 | SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" | 17 | SRC_URI[sha256sum] = "75a38ed23bac37cc12166cc5edc8335c3af862adc202f84823d3aef3e2208e47" |
18 | SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d" | ||
19 | 18 | ||
20 | inherit autotools | 19 | inherit autotools |
21 | 20 | ||