diff mbox series

[oe,meta-oe,2/2] nlohmann-json: Upgrade to 3.7.3

Message ID 20191217034110.3234131-2-raj.khem@gmail.com
State New
Headers show
Series [oe,meta-oe,1/2] fvwm: Upgrade to 2.6.9 | expand

Commit Message

Khem Raj Dec. 17, 2019, 3:41 a.m. UTC
Rename recipe to express PV

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 .../{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb}          | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb} (89%)

-- 
2.24.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Khem Raj Dec. 17, 2019, 3:53 a.m. UTC | #1
On Mon, Dec 16, 2019 at 7:41 PM Khem Raj <raj.khem@gmail.com> wrote:
>

> Rename recipe to express PV

>

> Signed-off-by: Khem Raj <raj.khem@gmail.com>

> ---

>  .../{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb}          | 4 +---

>  1 file changed, 1 insertion(+), 3 deletions(-)

>  rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_git.bb => nlohmann-json_3.7.3.bb} (89%)

>

> diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb

> similarity index 89%

> rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb

> rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb

> index 4399edaab1..37597defed 100644

> --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb

> +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb

> @@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080"

>

>  SRC_URI = "git://github.com/nlohmann/json.git"


Since this is a release tag, it also needed adding nobranch=1 to
SRC_URI which is what is staged in master-next

>

> -PV = "3.7.0+git${SRCPV}"

> -

> -SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b"

> +SRCREV = "e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4"

>

>  S = "${WORKDIR}/git"

>

> --

> 2.24.1

>

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
similarity index 89%
rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
index 4399edaab1..37597defed 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_git.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
@@ -6,9 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080"
 
 SRC_URI = "git://github.com/nlohmann/json.git"
 
-PV = "3.7.0+git${SRCPV}"
-
-SRCREV = "ea60d40f4a60a47d3be9560d8f7bc37c163fe47b"
+SRCREV = "e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4"
 
 S = "${WORKDIR}/git"