Re: [meta-oe][PATCH] fish: add fish recipe


Khem Raj
 

Hello Guy

Thanks for patch, it does not build in some configs e.g. with
clang/arm64 I am seeing

https://errors.yoctoproject.org/Errors/Details/585823/

On Fri, May 28, 2021 at 3:29 AM Guy Morand <guy@...> wrote:

Signed-off-by: Guy Morand <guy@...>
---
meta-oe/recipes-shells/fish/fish_3.2.2.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 meta-oe/recipes-shells/fish/fish_3.2.2.bb

diff --git a/meta-oe/recipes-shells/fish/fish_3.2.2.bb b/meta-oe/recipes-shells/fish/fish_3.2.2.bb
new file mode 100644
index 000000000..6bbe92088
--- /dev/null
+++ b/meta-oe/recipes-shells/fish/fish_3.2.2.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Finally, a command line shell for the 90s"
+DESCRIPTION = "fish is a smart and user-friendly command line shell \
+for Linux, macOS, and the rest of the family."
+HOMEPAGE = "https://fishshell.com/"
+AUTHOR = "fish-shell contributors"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9dbc95a48a7b8859e3c6db4c9396f053"
+
+inherit cmake
+
+DEPENDS = " \
+ ncurses \
+ "
+
+SRC_URI = "https://github.com/fish-shell/fish-shell/releases/download/${PV}/fish-${PV}.tar.xz"
+SRC_URI[md5sum] = "606253699ce41991b03a93bcc6047d51"
+SRC_URI[sha256sum] = "5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009"
--
2.31.1



Join openembedded-devel@lists.openembedded.org to automatically receive all group messages.