diff options
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_1.4.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.0.22.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index e8f797d4f4..031eaf3cab 100644 --- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ | |||
22 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" | 22 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" |
23 | SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" | 23 | SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" |
24 | 24 | ||
25 | inherit autotools gettext | 25 | inherit autotools gettext texinfo |
26 | 26 | ||
27 | # --with-egd-socket=NAME use NAME for the EGD socket | 27 | # --with-egd-socket=NAME use NAME for the EGD socket |
28 | # --with-photo-viewer=FIXED_VIEWER set a fixed photo ID viewer | 28 | # --with-photo-viewer=FIXED_VIEWER set a fixed photo ID viewer |
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.22.bb b/meta/recipes-support/gnupg/gnupg_2.0.22.bb index 7f36df5bd3..c1ed28c5e6 100644 --- a/meta/recipes-support/gnupg/gnupg_2.0.22.bb +++ b/meta/recipes-support/gnupg/gnupg_2.0.22.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" | |||
8 | PTH = "pth" | 8 | PTH = "pth" |
9 | PTH_libc-uclibc = "npth" | 9 | PTH_libc-uclibc = "npth" |
10 | 10 | ||
11 | inherit autotools gettext | 11 | inherit autotools gettext texinfo |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | 13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||