summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/srecord/srecord_1.64.bb5
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
14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases" 14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases"
15 15
16DEPENDS = "libtool-native boost groff-native" 16DEPENDS = "boost groff-native"
17 17
18inherit autotools-brokensep 18inherit autotools-brokensep
19 19
20EXTRA_OECONF = "--without-gcrypt" 20PACKAGECONFIG ??= "gcrypt"
21PACKAGECONFIG[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
23EXTRA_OEMAKE = "WITHOUT_DOC=1" 24EXTRA_OEMAKE = "WITHOUT_DOC=1"