diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 09:23:32 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:36 -0700 |
| commit | 79854d7e9772680c793b37bbe891699c78fa24d6 (patch) | |
| tree | bbf58d969044c20016826a262e966b6620437349 | |
| parent | 3540f04c699e7fb84a7033d7ba319dff7056e5a3 (diff) | |
| download | meta-openembedded-79854d7e9772680c793b37bbe891699c78fa24d6.tar.gz | |
fetchmail: Inherit pkgconfig
Fixes
configure.ac:1: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb index 33a05ed61a..892e02844d 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ | |||
| 14 | " | 14 | " |
| 15 | SRC_URI[sha256sum] = "6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d" | 15 | SRC_URI[sha256sum] = "6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d" |
| 16 | 16 | ||
| 17 | inherit autotools gettext python3-dir python3native | 17 | inherit autotools gettext pkgconfig python3-dir python3native |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" | 19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" |
| 20 | 20 | ||
