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:
@@ -2,11 +2,13 @@ From abcac570bfe1db867fda504942e6c782ada2aa00 Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <abcac570bfe1db867fda504942e6c782ada2aa00.1616318066.git.stefan@agner.ch>
|
||||
From: Stefan Agner <stefan@agner.ch>
|
||||
Date: Sat, 13 Mar 2021 14:39:31 +0100
|
||||
Subject: [PATCH 1/3] Isolate authorization specific functions into new compile
|
||||
Subject: [PATCH] Isolate authorization specific functions into new compile
|
||||
unit
|
||||
|
||||
Introduce udisksauthorization.c for authorization related functionality.
|
||||
This allows to make polkit optional much easier.
|
||||
|
||||
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
||||
---
|
||||
src/Makefile.am | 1 +
|
||||
src/udisksauthorization.c | 382 ++++++++++++++++++++++++++++++++
|
||||
|
||||
Reference in New Issue
Block a user