blob: 66dc2a71ae820e691fef2f23d124b8ceddf2f996 (
plain)
1
2
3
4
5
6
7
8
|
: ${PKG_SBSIGNTOOLS_DEPENDS:="libressl"};
: ${PKG_SBSIGNTOOLS_URLS_GIT:=sbsigntools-master=https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git@master};
: ${PKG_SBSIGNTOOLS_SUBDIR:=sbsigntools-master};
: ${PKG_SBSIGNTOOLS_IN_TREE:=1};
ex_pkg_register "sbsigntools" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
# vim:filetype=sh textwidth=0
|