From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [194.106.48.114] (helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.63) (envelope-from ) id 1Gm77S-000718-BE for openembedded-devel@openembedded.org; Mon, 20 Nov 2006 12:15:22 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id kAKBChpq009972 for ; Mon, 20 Nov 2006 11:12:43 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09811-03 for ; Mon, 20 Nov 2006 11:12:41 +0000 (GMT) Received: from max.rpnet.com (max.rpnet.com [192.168.1.15]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id kAKBCeaD009964 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 20 Nov 2006 11:12:40 GMT From: Richard Purdie To: openembedded-devel Date: Mon, 20 Nov 2006 11:12:40 +0000 Message-Id: <1164021160.5818.14.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 X-Virus-Scanned: amavisd-new at rpsys.net Subject: IPKG_ARCH, IPKG_EXTRA_ARCHS have changed X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 11:15:22 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit The IPKG_ARCH and IPKG_EXTRA_ARCHS variables in OE.dev just got renamed to PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS. This is part of the cleanup before working on deb handling in .dev. If people have metadata outside OE, they might need to update. Regards, Richard