u-boot: drop ${PV} from u-boot-common.inc filename

This will let AUH test-build the proposed upgrades made by devtool.

(From OE-Core rev: 4f93e037357be63253bdf060afedb2f35afc4bfa)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-01-19 13:21:28 +01:00
committed by Richard Purdie
parent 5b9a076611
commit ccce89d5c0
4 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -1,4 +1,4 @@
require u-boot-common_${PV}.inc
require u-boot-common.inc
SUMMARY = "U-Boot bootloader tools"
DEPENDS += "openssl"

View File

@@ -1,4 +1,4 @@
require u-boot-common_${PV}.inc
require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native"