diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-26 12:52:42 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | a855313be086db7e82fa2847a2c05794272d57f6 (patch) | |
| tree | 92ad6dcb6d757a789e1b4bf77d5d57d01064927c /meta-oe | |
| parent | 50d63dee36ee06de5e7d089f3fbd0945c01509ac (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" |
| 14 | SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" | 14 | SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" |
| 15 | 15 | ||
| 16 | inherit autotools-brokensep gettext update-alternatives manpages | 16 | inherit autotools gettext update-alternatives manpages |
| 17 | 17 | ||
| 18 | EXTRA_OECONF = " \ | 18 | EXTRA_OECONF = " \ |
| 19 | --bindir=${base_bindir} \ | 19 | --bindir=${base_bindir} \ |
