All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] error out on .la files pointing to ${WORKDIR}
@ 2008-03-19 10:50 Koen Kooi
  2008-03-19 11:24 ` Florian Boor
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Koen Kooi @ 2008-03-19 10:50 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Things in stagin (e.g. .la files) point to ${WORKDIR} are broken and  
should die. If we want packaged-staging and rm_work to function we  
need to fix them. Since we are all lazy we need some incentive:

#
# old_revision [85e676eb4b64d66cb74acf6220f10c3942e2bd29]
#
# patch "classes/insane.bbclass"
#  from [0712df99743c442ed311e6b4d4be0d28f29d525f]
#    to [fa6b704f402965c8123dfa90527b5a11a8cd3288]
#
============================================================
- --- classes/insane.bbclass      0712df99743c442ed311e6b4d4be0d28f29d525f
+++ classes/insane.bbclass      fa6b704f402965c8123dfa90527b5a11a8cd3288
@@ -178,7 +178,7 @@ def package_qa_make_fatal_error(error_cl

      TODO: Load a whitelist of known errors
      """
- -    return not error_class in [0, 5, 7, 8]
+    return not error_class in [0, 5, 7]

  def package_qa_write_error(error_class, name, path, d):
      """

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFH4PAUMkyGM64RGpERAvkBAJ94969GpNP8493ezmnmV/wkkKd7mgCgqGNG
OKIsbKTFKRQbNI06cnE/32A=
=0rQM
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2008-03-19 23:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19 10:50 [RFC] error out on .la files pointing to ${WORKDIR} Koen Kooi
2008-03-19 11:24 ` Florian Boor
2008-03-19 11:35   ` Koen Kooi
2008-03-19 12:23   ` Richard Purdie
2008-03-19 12:00 ` Stanislav Brabec
2008-03-19 12:35   ` Koen Kooi
2008-03-19 13:06     ` Stanislav Brabec
2008-03-19 12:22 ` Richard Purdie
2008-03-19 15:25   ` Koen Kooi
2008-03-19 22:26 ` Koen Kooi

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.