All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix poorly-named invalid-pkgconfig QA check
@ 2015-10-21 13:18 Paul Eggleton
  2015-10-21 13:18 ` [PATCH 1/1] classes/insane: rename invalid-pkgconfig QA check to invalid-packageconfig Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2015-10-21 13:18 UTC (permalink / raw)
  To: openembedded-core

Late as it is in the release I really think we ought to rename this
now before people start using it in their configuration/recipes.


The following changes since commit 80e2dfbfef2d40c3ab074142deac73317f89e3a2:

  libc-package: Fix localedef multilib dependency issues (2015-10-20 10:11:44 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/invalid-packageconfig
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/invalid-packageconfig

Paul Eggleton (1):
  classes/insane: rename invalid-pkgconfig QA check to
    invalid-packageconfig

 meta/classes/insane.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] classes/insane: rename invalid-pkgconfig QA check to invalid-packageconfig
  2015-10-21 13:18 [PATCH 0/1] Fix poorly-named invalid-pkgconfig QA check Paul Eggleton
@ 2015-10-21 13:18 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-10-21 13:18 UTC (permalink / raw)
  To: openembedded-core

We have enough confusing name clashes already, let's not precipitate
another one.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/classes/insane.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f7be61b..a77438d 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -32,7 +32,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \
             installed-vs-shipped compile-host-path install-host-path \
             pn-overrides infodir build-deps file-rdeps \
             unknown-configure-option symlink-to-sysroot multilib \
-            invalid-pkgconfig host-user-contaminated \
+            invalid-packageconfig host-user-contaminated \
             "
 ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
             perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
@@ -1210,7 +1210,7 @@ Missing inherit gettext?""" % (gt, config))
             if pconfig not in pkgconfigflags:
                 pn = d.getVar('PN', True)
                 error_msg = "%s: invalid PACKAGECONFIG: %s" % (pn, pconfig)
-                package_qa_handle_error("invalid-pkgconfig", error_msg, d)
+                package_qa_handle_error("invalid-packageconfig", error_msg, d)
 }
 
 python do_qa_unpack() {
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-21 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 13:18 [PATCH 0/1] Fix poorly-named invalid-pkgconfig QA check Paul Eggleton
2015-10-21 13:18 ` [PATCH 1/1] classes/insane: rename invalid-pkgconfig QA check to invalid-packageconfig Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.