summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-09 09:06:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-09 09:09:19 +0000
commitc138c8df3aadecfca5ea72d3e66b9bc359c5a8fd (patch)
tree4111ee1daf4d5191777d61576bf7675b4220bc8d /meta
parent18a37fcd7c0a64a339d1eea88b16ba75c017c5d5 (diff)
downloadopenembedded-core-contrib-c138c8df3aadecfca5ea72d3e66b9bc359c5a8fd.tar.gz
ppp: Fix patch typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/ppp/ppp/makefix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp/makefix.patch b/meta/recipes-connectivity/ppp/ppp/makefix.patch
index 9471df32e9..fce068cae0 100644
--- a/meta/recipes-connectivity/ppp/ppp/makefix.patch
+++ b/meta/recipes-connectivity/ppp/ppp/makefix.patch
@@ -33,7 +33,7 @@ Index: ppp-2.4.9/pppd/Makefile.linux
endif
-ifeq ($(shell echo '\#include <crypt.h>' | $(CC) -E - >/dev/null 2>&1 && echo yes),yes)
-+CRYPTHEADER = "\#include <utmp.h>"
++CRYPTHEADER = "\#include <crypt.h>"
+ifeq ($(shell echo $(CRYPTHEADER) | $(CC) -E - >/dev/null 2>&1 && echo yes),yes)
CFLAGS += -DHAVE_CRYPT_H=1
LIBS += -lcrypt