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/mc/mc_4.8.15.bb | 1 - meta/recipes-extended/minicom/minicom_2.7.bb | 1 - meta/recipes-extended/screen/screen_4.3.1.bb | 1 - meta/recipes-extended/sudo/sudo.inc | 1 - meta/recipes-extended/tar/tar_1.28.bb | 1 - meta/recipes-extended/wget/wget.inc | 1 - 6 files changed, 6 deletions(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/mc/mc_4.8.15.bb b/meta/recipes-extended/mc/mc_4.8.15.bb index 6c3a16aabb..11cf95a540 100644 --- a/meta/recipes-extended/mc/mc_4.8.15.bb +++ b/meta/recipes-extended/mc/mc_4.8.15.bb @@ -16,7 +16,6 @@ inherit autotools gettext pkgconfig # # Both Samba (smb) and sftp require package delivered from meta-openembedded # -PACKAGECONFIG ??= "" PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba," PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb index 3118686e19..8c95bc5e62 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.bb @@ -17,7 +17,6 @@ SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626 UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018" -PACKAGECONFIG ??= "" PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" inherit autotools gettext pkgconfig diff --git a/meta/recipes-extended/screen/screen_4.3.1.bb b/meta/recipes-extended/screen/screen_4.3.1.bb index 00d878b2c1..657e98c0a1 100644 --- a/meta/recipes-extended/screen/screen_4.3.1.bb +++ b/meta/recipes-extended/screen/screen_4.3.1.bb @@ -32,7 +32,6 @@ SRC_URI[sha256sum] = "fa4049f8aee283de62e283d427f2cfd35d6c369b40f7f45f947dbfd915 inherit autotools texinfo -PACKAGECONFIG ??= "" PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 \ 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" diff --git a/meta/recipes-extended/tar/tar_1.28.bb b/meta/recipes-extended/tar/tar_1.28.bb index 8816000399..d08abf4567 100644 --- a/meta/recipes-extended/tar/tar_1.28.bb +++ b/meta/recipes-extended/tar/tar_1.28.bb @@ -1,6 +1,5 @@ require tar.inc -PACKAGECONFIG ??= "" PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," LICENSE = "GPLv3" diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 049b898d39..662925b7d5 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -20,5 +20,4 @@ RRECOMMENDS_${PN} += "ca-certificates" BBCLASSEXTEND += "nativesdk" -PACKAGECONFIG ??= "" PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" -- cgit 1.2.3-korg