From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id F1CB56D136 for ; Mon, 4 Nov 2013 09:56:53 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id rA49utxa021900 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 4 Nov 2013 01:56:55 -0800 (PST) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.347.0; Mon, 4 Nov 2013 01:56:55 -0800 From: Hongxu Jia To: Date: Mon, 4 Nov 2013 17:56:45 +0800 Message-ID: X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Cc: saul.wold@intel.com Subject: [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib]) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 09:56:54 -0000 Content-Type: text/plain Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous version. //Hongxu The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake: hob: do not display the "Package list may be incomplete!" dialog (2013-11-01 17:59:31 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-qa-issue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-qa-issue Hongxu Jia (5): insane.bbclass: support to skip unsafe references in binaries qa check. kmod: fix QA issue udev: fix QA issue udev: fix QA issue nfs-utils: fix QA issue meta/classes/insane.bbclass | 4 ++++ ...et-sbindir-can-be-overridden-at-config-ti.patch | 24 ++++++++++++++++++++++ .../nfs-utils/nfs-utils_1.2.8.bb | 1 + meta/recipes-core/udev/udev.inc | 4 ++-- meta/recipes-kernel/kmod/kmod_git.bb | 1 + 5 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/osd_login-let-sbindir-can-be-overridden-at-config-ti.patch -- 1.8.1.2