Files
poky/meta
Joshua Lock 2be65803cb insane.bbclass: Fix gettext test
The previous gettext check was broken resulting in many false positives.
This improved version works as follows:
* Adds to the existing os.walk() and builds a list of configure.in and
  configure.ac files
* Tests whether DEPENDS includes an appropriate gettext
* If not greps the configure files in the list for instances of AM_GNU_GETTEXT
* If if an instance is found we bb.fatal with an appropriate message

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-21 10:51:50 +00:00
..
2009-12-21 10:51:50 +00:00
2009-12-18 11:48:42 +00:00
2009-12-18 14:55:12 +00:00
2009-12-03 17:49:13 +00:00