blob: 7c48e7a534357b3a0e7ee1f7a2b15949ca19cffc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Extra packages that shall be added to the build manifest.
#
# Add here any package needed during the build, that is not identified by our
# debootstrap + apt-get wrapper tricks, when there is no better solution.
#
packages:
binary:
- package: squashfs-tools
arch: i386
version: 1:4.2+20130409-2
explanation: pulled by lb_binary_rootfs, outside of the reach of our apt-get wrapper
|