package/dtbocfg: bump to version 0.1.0
This bump will fix the following build failure with kernel >= 6.6 thanks
to
36e9dad7bd
:
/home/thomas/autobuild/instance-3/output-1/build/dtbocfg-0.0.9/./dtbocfg.c: In function ‘dtbocfg_overlay_item_create’:
/home/thomas/autobuild/instance-3/output-1/build/dtbocfg-0.0.9/./dtbocfg.c:68:19: error: too few arguments to function ‘of_overlay_fdt_apply’
68 | ret_val = of_overlay_fdt_apply(overlay->dtbo,overlay->dtbo_size, &ovcs_id);
| ^~~~~~~~~~~~~~~~~~~~
https://github.com/ikwzm/dtbocfg/compare/v0.0.9...v0.1.0
Fixes:
- http://autobuild.buildroot.org/results/e5bae7fa5558801c39f53a4a15ac550c3855322e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
72de789023
commit
ba1176b23b
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 faa53aefd7f7636c65e2b56bec223d2bc7676354e3ad9b5c1691aca349b9bbb8 dtbocfg-0.0.9.tar.gz
|
||||
sha256 f1667de4250b744bb4a11dfc5f85d8b1f960da7d396c9f230f5b4d12224f524f dtbocfg-0.1.0.tar.gz
|
||||
sha256 e57cb9f2ed607cd95bf1b64371325c505c1ac8fe640a8c9933e7fe7637a38567 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DTBOCFG_VERSION = 0.0.9
|
||||
DTBOCFG_VERSION = 0.1.0
|
||||
DTBOCFG_SITE = $(call github,ikwzm,dtbocfg,v$(DTBOCFG_VERSION))
|
||||
DTBOCFG_LICENSE = BSD-2-Clause
|
||||
DTBOCFG_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user