All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 12/12] libmxml: Upgrade to 3.0 release
Date: Tue,  5 Mar 2019 21:45:48 -0800	[thread overview]
Message-ID: <20190306054548.16430-12-raj.khem@gmail.com> (raw)
In-Reply-To: <20190306054548.16430-1-raj.khem@gmail.com>

License-Update: Switch to Apache-2.0 as upstream has switched

https://github.com/michaelrsweet/mxml/commit/f166ad1977f2f13295689772a5d9e442f73d46f1#diff-9879d6db96fd29134fc802214163b95a

Fix build on risc-v

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/libmxml/libmxml_git.bb | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/libmxml/libmxml_git.bb b/meta-oe/recipes-support/libmxml/libmxml_git.bb
index 542fe81575..b17fc67e0a 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_git.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_git.bb
@@ -1,13 +1,14 @@
 DESCRIPTION = "Tiny XML Library"
-LICENSE = "Mini-XML-License"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6ba38606d63bb042c5d8cfee182e120"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 HOMEPAGE = "https://www.msweet.org/mxml/"
 BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
 
 SRC_URI = "git://github.com/michaelrsweet/mxml.git"
-SRCREV = "ba3cca82e15a88a9cc6afb60f059288a99afc703"
+SRCREV = "c7755b6992a2afdd34dde47fc9be97f1237cfded"
 S = "${WORKDIR}/git"
-PV = "2.12+git${SRCPV}"
+# v3.0
+PV = "3.0"
 
 CONFIGUREOPTS = " --prefix=${prefix} \
                   --bindir=${bindir} \
@@ -28,6 +29,8 @@ CONFIGUREOPTS = " --prefix=${prefix} \
                 "
 
 do_configure() {
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
     ./configure ${CONFIGUREOPTS} --enable-shared
 }
 
-- 
2.21.0



      parent reply	other threads:[~2019-03-06  5:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06  5:45 [meta-oe][PATCH 01/12] poco: Backport riscv support patch Khem Raj
2019-03-06  5:45 ` [meta-multimedia][PATCH 02/12] liboil: Fix build on risc-v Khem Raj
2019-03-06  5:45 ` [meta-oe][PATCH 03/12] msgpack-c: Upgrade to 3.1.1 Khem Raj
2019-03-06  5:45 ` [meta-python][PATCH 04/12] python-greenlet: Upgrade to 0.4.15 Khem Raj
2019-03-06  5:45 ` [meta-python][PATCH 05/12] python-grpcio: Upgrade to 1.19.0 Khem Raj
2019-03-06  5:45 ` [meta-networking][PATCH 06/12] inetutils: Fix build on RISC-V Khem Raj
2019-03-07 17:23   ` Adrian Bunk
2019-03-07 17:25     ` Khem Raj
2019-03-07 20:48       ` Tom Rini
2019-03-07 20:53         ` Khem Raj
2019-03-07 21:01           ` Tom Rini
2019-03-06  5:45 ` [meta-oe][PATCH 07/12] nmap: " Khem Raj
2019-03-06  5:45 ` [meta-webserver][PATCH 08/12] netdata: Link with libpthread Khem Raj
2019-03-06  5:45 ` [meta-multimedia][PATCH 09/12] webrtc-audio-processing: Add support for risc-v Khem Raj
2019-03-06  5:45 ` [meta-oe][PATCH 10/12] openocd: Fix build " Khem Raj
2019-03-06  5:45 ` [meta-oe][PATCH 11/12] rabbitmq-c: Upgrade to 0.9.0 Khem Raj
2019-03-06  5:45 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190306054548.16430-12-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.