Change all pkgs to depends on libressl-openssl rather than openssl.
This commit is contained in:
parent
6ddae92eec
commit
0faf1749c9
|
@ -20,7 +20,7 @@ _kernver="${version}_${revision}"
|
|||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
only_for_archs="armv7l"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage libressl-openssl elfutils bc"
|
||||
makedepends="ncurses-devel"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
|
|
|
@ -17,7 +17,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
|
@ -17,7 +17,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
|
@ -17,7 +17,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
|
@ -17,7 +17,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl elfutils"
|
||||
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
|
@ -22,7 +22,7 @@ _kernver="${version}_${revision}"
|
|||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
only_for_archs="armv7l"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage libressl-openssl elfutils bc"
|
||||
makedepends="ncurses-devel"
|
||||
depends="kmod>=11_2"
|
||||
triggers="kernel-hooks"
|
||||
|
|
|
@ -20,7 +20,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
|
||||
only_for_archs="armv6l"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage libressl-openssl elfutils bc"
|
||||
makedepends="ncurses-devel"
|
||||
replaces="kernel-rpi>=0"
|
||||
triggers="kernel-hooks"
|
||||
|
|
Loading…
Reference in New Issue