redbear-mini: drop lib-only crates from package list
redbear-{hid-core,login-protocol,passwd,tui-theme} are library crates (no bin
target) used as path-dependencies by other recipes; listing them as standalone
installable packages makes 'repo cook' fail with 'no packages found with
binaries or examples'. They still build transitively where depended on.
This commit is contained in:
@@ -31,7 +31,6 @@ redbear-driver-policy = {}
|
||||
ehcid = {}
|
||||
ohcid = {}
|
||||
uhcid = {}
|
||||
redbear-hid-core = {}
|
||||
redbear-input-headers = {}
|
||||
redbear-btusb = {}
|
||||
redbear-iwlwifi = {}
|
||||
@@ -62,7 +61,6 @@ redbear-ufw = {}
|
||||
tlc = {}
|
||||
#mc = {}
|
||||
redbear-info = {}
|
||||
redbear-passwd = {}
|
||||
|
||||
# brush: Rust shell, candidate default login shell (validated in-image before
|
||||
# switching the [users.*] shell over from zsh).
|
||||
@@ -80,8 +78,6 @@ redbear-ecmd = {}
|
||||
redbear-usbaudiod = {}
|
||||
redbear-usb-hotplugd = {}
|
||||
driver-params = {}
|
||||
redbear-login-protocol = {}
|
||||
redbear-tui-theme = {}
|
||||
redbear-meta = {}
|
||||
redbear-keymapd = {}
|
||||
redbear-authd = {}
|
||||
|
||||
Reference in New Issue
Block a user