From 5e876ced7f714528e0c9a8419e094b4163ea20f0 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Fri, 17 Aug 2018 11:23:09 +0200 Subject: [PATCH] curl: add tftp support to curl package we need tftp client to upload factory test logs - enable package option 'tftp' in bbappend file. BUGZID: 52537 Signed-off-by: Patrick Zysset --- recipes-support/curl/curl_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-support/curl/curl_%.bbappend diff --git a/recipes-support/curl/curl_%.bbappend b/recipes-support/curl/curl_%.bbappend new file mode 100644 index 0000000..a886dfe --- /dev/null +++ b/recipes-support/curl/curl_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_append = " tftp"