diff options
-rw-r--r-- | meta-oe/recipes-support/srecord/srecord_1.64.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb index 4a00be1baf..3ad2d72777 100644 --- a/meta-oe/recipes-support/srecord/srecord_1.64.bb +++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb | |||
@@ -13,11 +13,12 @@ SRC_URI[sha256sum] = "49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef3201 | |||
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases" | 14 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases" |
15 | 15 | ||
16 | DEPENDS = "libtool-native boost groff-native" | 16 | DEPENDS = "boost groff-native" |
17 | 17 | ||
18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
19 | 19 | ||
20 | EXTRA_OECONF = "--without-gcrypt" | 20 | PACKAGECONFIG ??= "gcrypt" |
21 | PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,libgcrypt" | ||
21 | 22 | ||
22 | # Set variable WITHOUT_DOC=0 to enable documentation generation | 23 | # Set variable WITHOUT_DOC=0 to enable documentation generation |
23 | EXTRA_OEMAKE = "WITHOUT_DOC=1" | 24 | EXTRA_OEMAKE = "WITHOUT_DOC=1" |