update libubootenv to 0.3.1

Message ID 20210121090841.14657-1-Quirin.Gylstorff@siemens.com
State Superseded, archived
Headers show
Series update libubootenv to 0.3.1 | expand

Commit Message

Quirin Gylstorff Jan. 20, 2021, 11:08 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This fixes bugs and remove the patch for the isar-build

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 .../{libubootenv_0.2.bb => libubootenv_0.3.1.bb}      | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
 rename meta/recipes-bsp/libubootenv/{libubootenv_0.2.bb => libubootenv_0.3.1.bb} (70%)

Comments

Henning Schild Jan. 20, 2021, 11:28 p.m. UTC | #1
Not sure i read this correctly, but seems you forgot to remove the
patch from the tree.

Henning

Am Thu, 21 Jan 2021 10:08:41 +0100
schrieb "[ext] Q. Gylstorff" <Quirin.Gylstorff@siemens.com>:

> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This fixes bugs and remove the patch for the isar-build
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  .../{libubootenv_0.2.bb => libubootenv_0.3.1.bb}      | 11
> ++--------- 1 file changed, 2 insertions(+), 9 deletions(-)
>  rename meta/recipes-bsp/libubootenv/{libubootenv_0.2.bb =>
> libubootenv_0.3.1.bb} (70%)
> 
> diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.2.bb
> b/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb similarity index
> 70% rename from meta/recipes-bsp/libubootenv/libubootenv_0.2.bb
> rename to meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb
> index 8eea584..f88d944 100644
> --- a/meta/recipes-bsp/libubootenv/libubootenv_0.2.bb
> +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb
> @@ -14,18 +14,11 @@ PROVIDES = "libubootenv-tool libubootenv-dev
> libubootenv-doc libubootenv0.1" 
>  inherit dpkg-gbp
>  
> -SRC_URI =
> "git://salsa.debian.org/debian/libubootenv.git;protocol=https \
> -           file://0002-Add-support-GNUInstallDirs.patch;apply=no "
> -SRCREV = "2c7cb6d941d906dcc1d2e447cc17e418485dff12"
> +SRC_URI =
> "git://salsa.debian.org/debian/libubootenv.git;protocol=https"
> +SRCREV = "918da2525ce711700633ad69ea9b7e569b7abdbc" 
>  S = "${WORKDIR}/git"
>  
> -do_prepare_build() {
> -	cd ${S}
> -	export QUILT_PATCHES=debian/patches
> -	quilt import -f ${WORKDIR}/*.patch
> -	quilt push -a
> -}
>  
>  dpkg_runbuild_prepend() {
>  	export DEB_BUILD_OPTIONS="nocheck"

Patch

diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.2.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb
similarity index 70%
rename from meta/recipes-bsp/libubootenv/libubootenv_0.2.bb
rename to meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb
index 8eea584..f88d944 100644
--- a/meta/recipes-bsp/libubootenv/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb
@@ -14,18 +14,11 @@  PROVIDES = "libubootenv-tool libubootenv-dev libubootenv-doc libubootenv0.1"
 
 inherit dpkg-gbp
 
-SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https \
-           file://0002-Add-support-GNUInstallDirs.patch;apply=no "
-SRCREV = "2c7cb6d941d906dcc1d2e447cc17e418485dff12"
+SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https"
+SRCREV = "918da2525ce711700633ad69ea9b7e569b7abdbc"
 
 S = "${WORKDIR}/git"
 
-do_prepare_build() {
-	cd ${S}
-	export QUILT_PATCHES=debian/patches
-	quilt import -f ${WORKDIR}/*.patch
-	quilt push -a
-}
 
 dpkg_runbuild_prepend() {
 	export DEB_BUILD_OPTIONS="nocheck"