From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] u-boot: drop ${PV} from u-boot-common.inc filename
Date: Sat, 19 Jan 2019 13:21:28 +0100 [thread overview]
Message-ID: <20190119122128.41062-1-alex.kanavin@gmail.com> (raw)
This will let AUH test-build the proposed upgrades made by devtool.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../u-boot/{u-boot-common_2018.11.inc => u-boot-common.inc} | 0
meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb | 2 +-
meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb | 2 +-
meta/recipes-bsp/u-boot/u-boot_2018.11.bb | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2018.11.inc => u-boot-common.inc} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc
rename to meta/recipes-bsp/u-boot/u-boot-common.inc
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb
index 52c13e75d8d..b5ce56847be 100644
--- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common.inc
SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
DEPENDS += "mtd-utils"
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb
index 7893d2aebcb..ff26e324829 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common.inc
SUMMARY = "U-Boot bootloader tools"
DEPENDS += "openssl"
diff --git a/meta/recipes-bsp/u-boot/u-boot_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot_2018.11.bb
index 37c21dcaa38..02d67c0db25 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2018.11.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2018.11.bb
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native"
--
2.17.1
reply other threads:[~2019-01-19 12:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20190119122128.41062-1-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox