From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UQlvE-0003pB-L4 for openembedded-core@lists.openembedded.org; Fri, 12 Apr 2013 23:54:17 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3CLapBw000992; Fri, 12 Apr 2013 22:36:51 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rt3eHBjC6Y17; Fri, 12 Apr 2013 22:36:50 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3CLagpD000984 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 12 Apr 2013 22:36:45 +0100 Message-ID: <1365802594.16702.72.camel@ted> From: Richard Purdie To: Martin Jansa Date: Fri, 12 Apr 2013 22:36:34 +0100 In-Reply-To: <20130412174336.GT2477@jama> References: <1365785190.16702.65.camel@ted> <20130412174336.GT2477@jama> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH] multilib.conf: Workaround opkg multilib issues 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: Fri, 12 Apr 2013 21:54:18 -0000 X-List-Received-Date: Fri, 12 Apr 2013 21:54:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-04-12 at 19:43 +0200, Martin Jansa wrote: > On Fri, Apr 12, 2013 at 05:46:30PM +0100, Richard Purdie wrote: > > Multilib with opkg hasn't worked since the --force-overwrite option was dropped in > > http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=88a9f6db3482623c9cb54fb03db1045051cec9f6 > > > > Since we merged the libexecdir changes, we also need the --force-maintainer flag > > to avoid conf file conflicts. > > > > Both these changes are suboptimal however the alternative is completely broken and > > these changes only affect people who have multilibs enabled and use opkg. > > Can we add --force-overwrite only when MULTILIB is enabled? This is why I'd put it in multilib.conf since that isn't included by default and only used by people using multilibs. Cheers, Richard > > [YOCTO #3453] > > > > Signed-off-by: Richard Purdie > > --- > > diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf > > index 9a129f1..9ff06cc 100644 > > --- a/meta/conf/multilib.conf > > +++ b/meta/conf/multilib.conf > > @@ -14,3 +14,5 @@ INHERIT += "multilib_global" > > BBCLASSEXTEND_append = " ${MULTILIBS}" > > > > MULTILIB_GLOBAL_VARIANTS = "lib32 lib64 libx32" > > + > > +OPKG_ARGS_append = " --force-maintainer --force-overwrite" > > > > > > > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >