summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 12:52:42 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commita855313be086db7e82fa2847a2c05794272d57f6 (patch)
tree92ad6dcb6d757a789e1b4bf77d5d57d01064927c /meta-oe
parent50d63dee36ee06de5e7d089f3fbd0945c01509ac (diff)
downloadmeta-openembedded-a855313be086db7e82fa2847a2c05794272d57f6.tar.gz
zsh: enable out-of-tree builds
This appears to work, so use it. Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-shells/zsh/zsh_5.9.bb2
1 files changed, 1 insertions, 1 deletions
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"
13SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz"
14SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" 14SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5"
15 15
16inherit autotools-brokensep gettext update-alternatives manpages 16inherit autotools gettext update-alternatives manpages
17 17
18EXTRA_OECONF = " \ 18EXTRA_OECONF = " \
19 --bindir=${base_bindir} \ 19 --bindir=${base_bindir} \