[oe-commits] [openembedded-core] 04/04: u-boot: drop ${PV} from u-boot-common.inc filename

git at git.openembedded.org git at git.openembedded.org
Mon Jan 21 12:24:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4f93e037357be63253bdf060afedb2f35afc4bfa
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Sat Jan 19 13:21:28 2019 +0100

    u-boot: drop ${PV} from u-boot-common.inc filename
    
    This will let AUH test-build the proposed upgrades made by devtool.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../recipes-bsp/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(-)

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 52c13e7..b5ce568 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 7893d2a..ff26e32 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 37c21dc..02d67c0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list