Skip to content

Commit

Permalink
Add Description to u-boot package
Browse files Browse the repository at this point in the history
The uboot package does not contain a Description which will continuously add erros to apt + dpkg based package installations:

```
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 7868 package 'linux-u-boot-h616-current':
 missing 'Description' field
```

We therefore add a Description field to the u-boot package

Signed-off-by: Mimoja <git@mimoja.de>
  • Loading branch information
Mimoja authored and bigtreetech committed Mar 8, 2023
1 parent faa2904 commit 42b5b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ compile_uboot()
Provides: armbian-u-boot
Replaces: armbian-u-boot
Conflicts: armbian-u-boot, u-boot-sunxi
Description: Das U-Boot bootloader for ${BOARD}
EOF

# copy config file to the package
Expand Down

0 comments on commit 42b5b77

Please sign in to comment.