From f1ea2f35f4ffa4b307cfd4139a4d2b5dd60e30e2 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 27 Jan 2011 11:00:02 -0500 Subject: [PATCH] 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 --- classes/siteinfo.bbclass | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.5