diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 683be780ff..5478253e06 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -22,8 +22,6 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
22 | 22 | ||
23 | BINCONFIG = "${bindir}/libgcrypt-config" | 23 | BINCONFIG = "${bindir}/libgcrypt-config" |
24 | 24 | ||
25 | PR = "r1" | ||
26 | |||
27 | inherit autotools texinfo binconfig-disabled pkgconfig | 25 | inherit autotools texinfo binconfig-disabled pkgconfig |
28 | 26 | ||
29 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 27 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb deleted file mode 100644 index 1ed4291b26..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "7dc7d51cdbf56ad75e95c4166f90e985" | ||
4 | SRC_URI[sha256sum] = "5c2076212961712e4774abf32c85cb58537d544d6016a2464fb32783653d1b6d" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb new file mode 100644 index 0000000000..717a23f1c4 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "f24fcb684932d4b5ed85f2f05cb1d9f8" | ||
4 | SRC_URI[sha256sum] = "202bf109ccf2d614565c849f3e5687b94cde972167b35261e094252367627bc6" | ||