u-boot-dey: cosmetic, rename include file
Follow the pattern Yocto uses for most of the include files for recipes. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
a6c570802d
commit
f165e77194
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (C) 2018-2021 Digi International
|
||||
|
||||
require digi-u-boot.inc
|
||||
require u-boot-dey.inc
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (C) 2020-2022 Digi International
|
||||
|
||||
require digi-u-boot.inc
|
||||
require u-boot-dey.inc
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
|
||||
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (C) 2022 Digi International
|
||||
|
||||
require digi-u-boot.inc
|
||||
require u-boot-dey.inc
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
|
||||
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue