Re: [ptxdist] GNU Classpath moved to staging

2018-10-30 Thread Guillermo Rodriguez Garcia
Hi all,

El mar., 16 oct. 2018 a las 17:27, Guillermo Rodriguez Garcia
() escribió:
>
> Hi all,
>
> In commit 6f058ada, GNU Classpath was moved to staging with the comment:
>
> "Old, obsolete package that fails to build with OpenJDK 9"
>
> I am using this on several BSPs on different platforms without
> problems; I wouldn't say it is "obsolete" (for many use cases there is
> no obvious replacement).
>
> Indeed it does not currently build with OpenJDK 9, however is that
> really a requirement? OpenJDK 9 introduced some pretty disruptive
> changes that break many existing Java applications / libraries, and
> fixing this is not trivial. It does build just fine with OpenJDK 8,
> though.

I was wrong. GNU Classpath does not currently build with OpenJDK 8. I
am looking into this now.

Sorry for the noise.

Best,

Guillermo

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] [PATCH] wpa_supplicant: fix typo in prompt for wpa_passphrase

2018-10-30 Thread Jan Luebbe
Signed-off-by: Jan Luebbe 
---
 rules/wpa_supplicant.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index a5d42faa1d01..0f55c158364b 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -19,7 +19,7 @@ config WPA_SUPPLICANT_CTRL_IFACE_DBUS
 
 config WPA_SUPPLICANT_PASSPHRASE
bool
-   prompt "installl wpa_passphrase"
+   prompt "install wpa_passphrase"
help
  Install wpa_passphrase tool (Generate a WPA PSK from an ASCII
  passphrase for a SSID)
-- 
2.11.0


___
ptxdist mailing list
ptxdist@pengutronix.de