From 7c60a8094ba098006166f4b2eb8f23b6891c7e7e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 21 Jan 2016 00:51:22 -0800 Subject: meta: cleanup PACKAGECONFIG ??= "" The base.bbclass can handle PACKAGECONFIG well when it is not set, so PACKAGECONFIG ??= "" isn't useful here, but there are a lot of them, which may mislead the newbie that it is a must. Signed-off-by: Robert Yang --- meta/recipes-extended/sudo/sudo.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-extended/sudo') diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index a25876b7fc..0f271a5d1a 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=c16e542408abda013d672be8eb88d174 \ inherit autotools -PACKAGECONFIG ??= "" PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" CONFFILES_${PN} = "${sysconfdir}/sudoers" -- cgit 1.2.3-korg