All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] package/jailhouse: small typo error when installing helper scripts
@ 2024-09-30 13:42 Raimundo Sagarzazu
  2024-10-26  9:59 ` Julien Olivain
  0 siblings, 1 reply; 3+ messages in thread
From: Raimundo Sagarzazu @ 2024-09-30 13:42 UTC (permalink / raw)
  To: buildroot@buildroot.org


[-- Attachment #1.1: Type: text/plain, Size: 659 bytes --]

---

diff -rup a/package/jailhouse/jailhouse.mk b/package/jailhouse/jailhouse.mk
--- a/package/jailhouse/jailhouse.mk      2024-09-27 17:07:13.325673376 +0200
+++ b/package/jailhouse/jailhouse.mk      2024-09-30 09:03:36.998350790 +0200
@@ -63,7 +63,7 @@ define JAILHOUSE_INSTALL_HELPER_SCRIPTS
      $(HOST_DIR)/bin/python setup.py \
            install --no-compile \
            $(PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS) \
-           --root=$(TARGET_DIR))
+           --root=$(TARGET_DIR)
 endef
 endif


---

  Rai.


[-- Attachment #1.2: Type: text/html, Size: 3686 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] package/jailhouse: small typo error when installing helper scripts
  2024-09-30 13:42 [Buildroot] package/jailhouse: small typo error when installing helper scripts Raimundo Sagarzazu
@ 2024-10-26  9:59 ` Julien Olivain
  2024-11-11 10:11   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Olivain @ 2024-10-26  9:59 UTC (permalink / raw)
  To: Raimundo Sagarzazu; +Cc: buildroot

Hi Raimundo,

Thanks for the patch!

The mail and patch was not correctly formatted and could not be
applied as is. Fortunately, the patch was simple enough so I could
reformat it myself.

So I applied it to master.

For your future contributions, please have a look to the Buildroot
manual:
https://buildroot.org/downloads/manual/manual.html#submitting-patches

Best regards,

Julien.

On 30/09/2024 15:42, Raimundo Sagarzazu wrote:
> ---
> 
>  diff -rup a/package/jailhouse/jailhouse.mk
> b/package/jailhouse/jailhouse.mk
>  --- a/package/jailhouse/jailhouse.mk      2024-09-27
> 17:07:13.325673376 +0200
>  +++ b/package/jailhouse/jailhouse.mk      2024-09-30
> 09:03:36.998350790 +0200
>  @@ -63,7 +63,7 @@ define JAILHOUSE_INSTALL_HELPER_SCRIPTS
>        $(HOST_DIR)/bin/python setup.py \
>              install --no-compile \
> 
>            $(PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS)
> \
>  -           --root=$(TARGET_DIR))
>  +           --root=$(TARGET_DIR)
>   endef
>   endif
> 
> ---
> 
>    Rai.
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] package/jailhouse: small typo error when installing helper scripts
  2024-10-26  9:59 ` Julien Olivain
@ 2024-11-11 10:11   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-11-11 10:11 UTC (permalink / raw)
  To: buildroot

On 10/26/24 11:59, Julien Olivain wrote:
> Hi Raimundo,
> 
> Thanks for the patch!
> 
> The mail and patch was not correctly formatted and could not be
> applied as is. Fortunately, the patch was simple enough so I could
> reformat it myself.
> 
> So I applied it to master.
> 
> For your future contributions, please have a look to the Buildroot
> manual:
> https://buildroot.org/downloads/manual/manual.html#submitting-patches

Committed to 2024.02.x and 2024.08.x, thanks.

-- 
Bye, Peter Korsgaard

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-11-11 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 13:42 [Buildroot] package/jailhouse: small typo error when installing helper scripts Raimundo Sagarzazu
2024-10-26  9:59 ` Julien Olivain
2024-11-11 10:11   ` Peter Korsgaard

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.