From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx1.pokylinux.org (Postfix) with ESMTP id 6DFE74C80BCF for ; Fri, 17 Dec 2010 09:48:13 -0600 (CST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 17 Dec 2010 07:48:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,361,1288594800"; d="scan'208";a="869325176" Received: from unknown (HELO localhost) ([10.255.16.45]) by fmsmga001.fm.intel.com with ESMTP; 17 Dec 2010 07:48:12 -0800 Message-Id: <0042c8f1d2feaaecaba08da2b80ec71bf5f1e4d4.1292600657.git.josh@linux.intel.com> In-Reply-To: References: From: Joshua Lock Date: Fri, 17 Dec 2010 14:09:09 +0000 To: poky@yoctoproject.org CC: Subject: [PATCH 2/4] gnome-common: add native variant via BBCLASSEXTEND X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 15:48:13 -0000 Signed-off-by: Joshua Lock --- meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb index b4adfe4..c2e1c82 100644 --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb @@ -25,3 +25,5 @@ DEPENDS = "" FILES_${PN} += "${datadir}/aclocal" FILES_${PN}-dev = "" + +BBCLASSEXTEND = "native" -- 1.7.3.3