Fixed the dependencies for all existing overlay bundles.
This commit is contained in:
parent
8ba922c5ec
commit
ef075dc53a
@ -1,4 +1,4 @@
|
|||||||
glibc_libnsl
|
glibc_libnsl
|
||||||
glibc_libnss_compat
|
#glibc_libnss_compat
|
||||||
glibc_libutil
|
glibc_libutil
|
||||||
glibc_libcrypt
|
glibc_libcrypt
|
||||||
|
3
src/minimal_overlay/bundles/fio/bundle_deps
Normal file
3
src/minimal_overlay/bundles/fio/bundle_deps
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
glibc_libdl
|
||||||
|
glibc_libpthread
|
||||||
|
glibc_librt
|
7
src/minimal_overlay/bundles/ncurses/bundle_deps
Normal file
7
src/minimal_overlay/bundles/ncurses/bundle_deps
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# TODO - Many other bundles depend on 'curses header-files'
|
||||||
|
# and their build will fail if these headers are missing.
|
||||||
|
# However, these headers are not provided by the overlay
|
||||||
|
# bundle 'ncurses'. On Ubuntu you can add the headers with
|
||||||
|
# the following command:
|
||||||
|
#
|
||||||
|
# sudo apt install libncurses5-dev
|
5
src/minimal_overlay/bundles/util_linux/bundle_deps
Normal file
5
src/minimal_overlay/bundles/util_linux/bundle_deps
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Some of the functionality depends on third party
|
||||||
|
# libraries, e.g. 'ncurses' and 'termcap'.
|
||||||
|
|
||||||
|
ncurses
|
||||||
|
#termcap
|
@ -1 +1,2 @@
|
|||||||
|
glibc_libdl
|
||||||
ncurses
|
ncurses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user