From a855313be086db7e82fa2847a2c05794272d57f6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Feb 2025 12:52:42 +0000 Subject: [PATCH] zsh: enable out-of-tree builds This appears to work, so use it. Signed-off-by: Ross Burton --- meta-oe/recipes-shells/zsh/zsh_5.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.bb index e867926f79..b0961fd789 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.9.bb +++ b/meta-oe/recipes-shells/zsh/zsh_5.9.bb @@ -13,7 +13,7 @@ DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native" SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" -inherit autotools-brokensep gettext update-alternatives manpages +inherit autotools gettext update-alternatives manpages EXTRA_OECONF = " \ --bindir=${base_bindir} \