siteinfo: add linux-gnu os
authorChris Larson <chris_larson@mentor.com>
Thu, 27 Jan 2011 16:00:02 +0000 (11:00 -0500)
committerChris Larson <chris_larson@mentor.com>
Thu, 27 Jan 2011 16:00:05 +0000 (11:00 -0500)
Aside: should really shift most of the bits from this class into a python
module in the oe package, which would make it possible to manipulate the data
from the metadata if necessary.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/siteinfo.bbclass

index bb0ed1f..a18ada1 100644 (file)
@@ -45,6 +45,7 @@ def siteinfo_data(d):
         "darwin": "common-darwin",
         "darwin9": "common-darwin",
         "linux": "common-linux common-glibc",
+        "linux-gnu": "common-linux common-glibc",
         "linux-gnueabi": "common-linux common-glibc",
         "linux-gnuspe": "common-linux common-glibc",
         "linux-uclibc": "common-linux common-uclibc",