From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TJEI8-0008Cq-HV for openembedded-core@lists.openembedded.org; Wed, 03 Oct 2012 04:02:28 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 02 Oct 2012 18:49:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,525,1344236400"; d="scan'208";a="218743192" Received: from unknown (HELO [10.255.13.203]) ([10.255.13.203]) by orsmga002.jf.intel.com with ESMTP; 02 Oct 2012 18:49:28 -0700 Message-ID: <506B99A8.4010506@linux.intel.com> Date: Tue, 02 Oct 2012 18:49:28 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Phil Blundell References: <1349190158.32611.91.camel@phil-desktop> In-Reply-To: <1349190158.32611.91.camel@phil-desktop> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] libart-lgpl: add art_config.h for mipsel X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 02:02:28 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/02/2012 08:02 AM, Phil Blundell wrote: > Fixes: > WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h: file could not be found > > which otherwise happens during parsing, even if libart-lgpl isn't being built. > > Signed-off-by: Phil Blundell > --- > meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h > > diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h > new file mode 100644 > index 0000000..b0e74ad > --- /dev/null > +++ b/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h > @@ -0,0 +1,10 @@ > +/* Automatically generated by gen_art_config.c */ > + > +#define ART_SIZEOF_CHAR 1 > +#define ART_SIZEOF_SHORT 2 > +#define ART_SIZEOF_INT 4 > +#define ART_SIZEOF_LONG 4 > + > +typedef unsigned char art_u8; > +typedef unsigned short art_u16; > +typedef unsigned int art_u32; Merged into OE-Core Thanks Sau!