diff options
-rw-r--r-- | meta-oe/recipes-support/srecord/srecord_1.64.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb index 4c34fa1bc3..4a00be1baf 100644 --- a/meta-oe/recipes-support/srecord/srecord_1.64.bb +++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "libtool-native boost groff-native" | |||
17 | 17 | ||
18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
19 | 19 | ||
20 | EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" | 20 | EXTRA_OECONF = "--without-gcrypt" |
21 | 21 | ||
22 | # Set variable WITHOUT_DOC=0 to enable documentation generation | 22 | # Set variable WITHOUT_DOC=0 to enable documentation generation |
23 | EXTRA_OEMAKE = "WITHOUT_DOC=1" | 23 | EXTRA_OEMAKE = "WITHOUT_DOC=1" |