From: Chris Larson Date: Thu, 27 Jan 2011 16:00:02 +0000 (-0500) Subject: siteinfo: add linux-gnu os X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ea2f35f4ffa4b307cfd4139a4d2b5dd60e30e2;p=openembedded.git siteinfo: add linux-gnu os 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 --- diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index bb0ed1f5e3..a18ada16ba 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -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",