Add a buildroot utils/check-package linter check to pr-checks.yml (#1523)

Add buildroot utils/check-package check to the pr-checks.yml workflow.
It checks for common errors/mistakes when creating own buildroot
packages. Also fixed all warnings this utility output for our existing packages.
This commit is contained in:
Jens Maus
2021-09-04 10:46:55 +02:00
committed by GitHub
parent b6b8e3b1dc
commit 97dffedbcd
23 changed files with 104 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
#############################################################
################################################################################
#
# eQ-3 char loopback kernel module for HomeMatic/homematicIP
# dual stack implementations for the RPI-RF-MOD/HM-MOD-RPI-PCB
@@ -6,7 +6,7 @@
# Copyright (c) 2015 by eQ-3 Entwicklung GmbH
# https://github.com/eq-3/occu/tree/master/KernelDrivers
#
#############################################################
################################################################################
EQ3_CHAR_LOOP_VERSION = e60183fc5b8375d9eea185c716f716c07657fa00
EQ3_CHAR_LOOP_SITE = $(call github,eq-3,occu,$(EQ3_CHAR_LOOP_VERSION))