[oe-commits] [meta-openembedded] 26/48: nano: Upgrade 2.9.3 -> 2.9.7

git at git.openembedded.org git at git.openembedded.org
Tue May 29 15:49:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b9819752df3a466564aa2146d2bcd9fd59ec0421
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat May 19 23:32:27 2018 -0700

    nano: Upgrade 2.9.3 -> 2.9.7
    
    Fix build with musl
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/nano/nano_2.9.3.bb | 4 ----
 meta-oe/recipes-support/nano/nano_2.9.7.bb | 8 ++++++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/nano/nano_2.9.3.bb b/meta-oe/recipes-support/nano/nano_2.9.3.bb
deleted file mode 100644
index afb0cf2..0000000
--- a/meta-oe/recipes-support/nano/nano_2.9.3.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-include nano.inc
-
-SRC_URI[md5sum] = "6dd37f010d6a985bf0e5f8ed091ff919"
-SRC_URI[sha256sum] = "7783bcfd4b2d5dc0bf64d4bd07b1a19e7ba3c91da881a4249772a36b972d4012"
diff --git a/meta-oe/recipes-support/nano/nano_2.9.7.bb b/meta-oe/recipes-support/nano/nano_2.9.7.bb
new file mode 100644
index 0000000..419e540
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_2.9.7.bb
@@ -0,0 +1,8 @@
+include nano.inc
+
+do_install_append_libc-musl () {
+	rm -rf ${D}${libdir}/charset.alias
+	rmdir ${D}${libdir}
+}
+SRC_URI[md5sum] = "e0c6d76c93932f6c41c40842952495f7"
+SRC_URI[sha256sum] = "b64ab017305b1777e97b5b9b07b31db8aeebfc3e8719f61e8da1cf3866d344bd"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list