diff options
Diffstat (limited to 'meta/recipes-extended/libidn/libidn_1.19.bb')
-rw-r--r-- | meta/recipes-extended/libidn/libidn_1.19.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libidn/libidn_1.19.bb b/meta/recipes-extended/libidn/libidn_1.19.bb index 2e29ade14c..3edea65b0a 100644 --- a/meta/recipes-extended/libidn/libidn_1.19.bb +++ b/meta/recipes-extended/libidn/libidn_1.19.bb | |||
@@ -12,6 +12,9 @@ inherit pkgconfig autotools gettext | |||
12 | 12 | ||
13 | SRC_URI = "http://ftp.gnu.org/gnu/libidn/${P}.tar.gz" | 13 | SRC_URI = "http://ftp.gnu.org/gnu/libidn/${P}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "a45142126d28162014c995f969bdb5a8" | ||
16 | SRC_URI[sha256sum] = "8ed2e936b1ae3e30b45b54ca3672deaa83ee0f4d20db5ad83dc1af7222d39f41" | ||
17 | |||
15 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ | 18 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ |
16 | # so package command into a separate package | 19 | # so package command into a separate package |
17 | PACKAGES =+ "idn" | 20 | PACKAGES =+ "idn" |