diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index f2e12ef5b6..049b898d39 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -19,3 +19,6 @@ ALTERNATIVE_PRIORITY = "100" | |||
19 | RRECOMMENDS_${PN} += "ca-certificates" | 19 | RRECOMMENDS_${PN} += "ca-certificates" |
20 | 20 | ||
21 | BBCLASSEXTEND += "nativesdk" | 21 | BBCLASSEXTEND += "nativesdk" |
22 | |||
23 | PACKAGECONFIG ??= "" | ||
24 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" | ||