package/jitterentropy-library: ensure make command is continued across new line
authorMarkus Mayer <mmayer@broadcom.com>
Fri, 25 Oct 2019 23:23:02 +0000 (16:23 -0700)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 26 Oct 2019 05:29:02 +0000 (07:29 +0200)
commit50647b7af23f23313c0f40b0e446d5ebfaddb3bd
tree5852a47004b8fb17edf84d50e202acfd53e3f99e
parent160f0a033ba4edf2f7efe5fed82426acd3b34b70
package/jitterentropy-library: ensure make command is continued across new line

The first line of JITTERENTROPY_LIBRARY_BUILD_CMDS must end with "\" to
concatenate the two lines.

Fixes: build error
[...]
/usr/bin/make -j33 -C
/local/users/mmayer/buildroot/output/arm64/build/jitterentropy-library-2.2.0
/local/users/mmayer/buildroot/output/arm64/host/bin/aarch64-linux-gcc
-shared -Wl,-soname,libjitterentropy.so.2 -o libjitterentropy.so.2.2.0
jitterentropy-base.o  -Wl,-z,relro,-z,now  -lrt
/local/users/mmayer/buildroot/output/arm64/host/bin/aarch64-linux-ar
rcs libjitterentropy.a jitterentropy-base.o
jitterentropy
/bin/bash: jitterentropy: command not found

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/jitterentropy-library/jitterentropy-library.mk