busybox: generalize bbappend to support different revisions
Latest update to version 1.29.3 in upstream breaks the compatibility of our bbappend, to avoid it in future updates, this commit generalizes the bbappend to apply all the 1.29 series. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
2ecc433295
commit
bccb5890b8
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (C) 2013-2018 Digi International.
|
||||
# Copyright (C) 2013-2019 Digi International.
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://standby \
|
||||
file://standby-actions \
|
||||
Loading…
Reference in New Issue