summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 14:55:17 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commit8f00c1d4a7b50450b65ae6ce7f89d5cfc7bd8e8d (patch)
treea78fdc0dfff1b2b888389e3ead545aebe1121b93
parent1b9570533e97ca717936d1e7ec7292a30f6c8d9f (diff)
downloadmeta-openembedded-8f00c1d4a7b50450b65ae6ce7f89d5cfc7bd8e8d.tar.gz
cgdb: fix autoreconf
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r--meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
index 922dfc7763..fbd3618b4f 100644
--- a/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
+++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
@@ -13,6 +13,8 @@ SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \
13 file://0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch" 13 file://0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch"
14SRC_URI[sha256sum] = "0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1" 14SRC_URI[sha256sum] = "0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1"
15 15
16EXTRA_AUTORECONF += "-I config"
17
16CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes" 18CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes"
17EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \ 19EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \
18 --with-ncurses=${STAGING_LIBDIR}" 20 --with-ncurses=${STAGING_LIBDIR}"