From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cvg.de ([62.153.82.30]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RlLie-0002ki-PQ for openembedded-core@lists.openembedded.org; Thu, 12 Jan 2012 15:33:32 +0100 Received: from ensc-virt.intern.sigma-chemnitz.de (ensc-virt.intern.sigma-chemnitz.de [192.168.3.24]) by mail.cvg.de (8.14.4/8.14.4) with SMTP id q0CEPwAt017778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 Jan 2012 15:25:59 +0100 Received: by ensc-virt.intern.sigma-chemnitz.de (sSMTP sendmail emulation); Thu, 12 Jan 2012 15:25:58 +0100 From: Enrico Scholz To: openembedded-core@lists.openembedded.org References: <1326225078-18652-1-git-send-email-kergoth@gmail.com> Date: Thu, 12 Jan 2012 15:25:58 +0100 In-Reply-To: <1326225078-18652-1-git-send-email-kergoth@gmail.com> (Christopher Larson's message of "Tue, 10 Jan 2012 13:51:18 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-DSPAM-Result: Innocent X-DSPAM-Probability: 0 X-DSPAM-Confidence: 1 X-Spam-Score: -5.8 X-Spam-Level: ----- X-Spam-Tests: AWL,BAYES_00,SPF_NEUTRAL,T_RP_MATCHES_RCVD,DSPAM_INNOCENT X-Scanned-By: MIMEDefang 2.72 on 62.153.82.30 Subject: Re: [PATCH] ncurses-native: install to libdir, not base_libdir X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 14:33:32 -0000 Content-Type: text/plain; charset=us-ascii Christopher Larson writes: > --- a/meta/recipes-core/ncurses/ncurses.inc > +++ b/meta/recipes-core/ncurses/ncurses.inc > ... > +# natives don't generally look in base_libdir > +base_libdir_virtclass-native = "${libdir}" I do not think that this should be done per recipe (afais, at least libusb is affected by the same issue). Adding '-L' and the '-Wl,-rpath-link' + '-Wl,-rpath' options to BUILD_LDFLAGS would be a more general solution. Enrico