mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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:
committed by
Richard Purdie
parent
5b9a076611
commit
ccce89d5c0
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require u-boot-common_${PV}.inc
|
||||
require u-boot-common.inc
|
||||
|
||||
SUMMARY = "U-Boot bootloader tools"
|
||||
DEPENDS += "openssl"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require u-boot-common_${PV}.inc
|
||||
require u-boot-common.inc
|
||||
require u-boot.inc
|
||||
|
||||
DEPENDS += "bc-native dtc-native"
|
||||
|
||||
Reference in New Issue
Block a user