diff options
| -rw-r--r-- | meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb index 7c596371e5..0d09ccea16 100644 --- a/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb +++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "68406329827b783d0a8959cc20a94c6e1791ac861a27f854e06e902054 | |||
| 14 | # hardcoded here for use in dialog-static recipe | 14 | # hardcoded here for use in dialog-static recipe |
| 15 | S = "${UNPACKDIR}/dialog-${PV}" | 15 | S = "${UNPACKDIR}/dialog-${PV}" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep pkgconfig | 17 | inherit autotools-brokensep pkgconfig multilib_script |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 20 | 20 | ||
| @@ -23,6 +23,8 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST | |||
| 23 | EXTRA_OECONF = "--with-ncurses \ | 23 | EXTRA_OECONF = "--with-ncurses \ |
| 24 | --disable-rpath-hack" | 24 | --disable-rpath-hack" |
| 25 | 25 | ||
| 26 | MULTILIB_SCRIPTS = "${PN}:${bindir}/dialog" | ||
| 27 | |||
| 26 | do_configure() { | 28 | do_configure() { |
| 27 | gnu-configize --force | 29 | gnu-configize --force |
| 28 | sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i configure | 30 | sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i configure |
