All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fish: add fish recipe
@ 2021-05-28 10:29 Guy Morand
  2021-05-29 20:59 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Guy Morand @ 2021-05-28 10:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Guy Morand

Signed-off-by: Guy Morand <guy@guy-morand.ch>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH] fish: add fish recipe
  2021-05-28 10:29 [meta-oe][PATCH] fish: add fish recipe Guy Morand
@ 2021-05-29 20:59 ` Khem Raj
  2021-05-31  7:55   ` Guy Morand
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-05-29 20:59 UTC (permalink / raw)
  To: Guy Morand; +Cc: openembeded-devel

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@guy-morand.ch> wrote:
>
> Signed-off-by: Guy Morand <guy@guy-morand.ch>
> ---
>  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
>
>
> 
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH] fish: add fish recipe
  2021-05-29 20:59 ` [oe] " Khem Raj
@ 2021-05-31  7:55   ` Guy Morand
  0 siblings, 0 replies; 3+ messages in thread
From: Guy Morand @ 2021-05-31  7:55 UTC (permalink / raw)
  To: Khem Raj, Guy Morand; +Cc: openembeded-devel

Hi Khem,

Thanks for the feedback, very nice CI you have there, I will see if I 
can reproduce and fix the.

Best regards,

Guy

On 5/29/21 10:59 PM, Khem Raj wrote:
> 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@guy-morand.ch> wrote:
>> Signed-off-by: Guy Morand <guy@guy-morand.ch>
>> ---
>>   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
>>
>>
>> 
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-31  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 10:29 [meta-oe][PATCH] fish: add fish recipe Guy Morand
2021-05-29 20:59 ` [oe] " Khem Raj
2021-05-31  7:55   ` Guy Morand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.