* [PATCH 1/2] u-boot: Correct the SRC_URI
@ 2022-04-17 1:50 Peter Kjellerstedt
2022-04-17 1:50 ` [PATCH 2/2] u-boot: Inherit pkgconfig Peter Kjellerstedt
0 siblings, 1 reply; 2+ messages in thread
From: Peter Kjellerstedt @ 2022-04-17 1:50 UTC (permalink / raw)
To: openembedded-core
This avoids a redirect.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/recipes-bsp/u-boot/u-boot-common.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 8e78ea4a75..488b923737 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,8 +14,7 @@ PE = "1"
# repo during parse
SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17"
-SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
- "
+SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] u-boot: Inherit pkgconfig
2022-04-17 1:50 [PATCH 1/2] u-boot: Correct the SRC_URI Peter Kjellerstedt
@ 2022-04-17 1:50 ` Peter Kjellerstedt
0 siblings, 0 replies; 2+ messages in thread
From: Peter Kjellerstedt @ 2022-04-17 1:50 UTC (permalink / raw)
To: openembedded-core
pkg-config is used by the Makefiles, and thus pkgconfig needs to be
inherited.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/recipes-bsp/u-boot/u-boot-common.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 488b923737..d366f10398 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -18,4 +18,7 @@ SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
+
+inherit pkgconfig
+
do_configure[cleandirs] = "${B}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-18 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-17 1:50 [PATCH 1/2] u-boot: Correct the SRC_URI Peter Kjellerstedt
2022-04-17 1:50 ` [PATCH 2/2] u-boot: Inherit pkgconfig Peter Kjellerstedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox