From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.dynamicdevices.co.uk ([89.200.136.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S6oPH-00066j-Gz for openembedded-devel@lists.openembedded.org; Sun, 11 Mar 2012 20:26:15 +0100 Received: from cpc9-live20-0-0-cust612.know.cable.virginmedia.com ([82.42.142.101] helo=[127.0.0.1]) by www.dynamicdevices.co.uk with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1S6oGc-0005h3-5e for openembedded-devel@lists.openembedded.org; Sun, 11 Mar 2012 19:17:18 +0000 Message-ID: <4F5CFA40.80208@dynamicdevices.co.uk> Date: Sun, 11 Mar 2012 19:17:20 +0000 From: Alex J Lennon User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1331467277-7665-1-git-send-email-ajlennon@dynamicdevices.co.uk> <20120311165527.GA24330@rhein.zuhause.netz> In-Reply-To: <20120311165527.GA24330@rhein.zuhause.netz> Subject: Re: [PATCH] Backported libgdiplus 2.10 from meta-mono X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Sun, 11 Mar 2012 19:26:15 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Henning, >I tought this is handled by the pkgconfigi.bbclass which you inherit. It seems not, in that if I remove that stanza I get QA staging errors on the .pc file generated by libgdiplus. What I don't understand is why the original recipe in meta-mono, which is presumably used by oe-core, does not generate the error (I would guess). Is there a substantive difference between pkgconfig.bbclass in oe-classic and oe-core? Or maybe I'm just not understanding something.... Regards, Alex On 11/03/2012 16:55, Henning Heinold wrote: > On Sun, Mar 11, 2012 at 12:01:17PM +0000, ajlennon@dynamicdevices.co.uk wrote: >> From: Alex J Lennon >> +SRC_URI[md5sum] = "451966e8f637e3a1f02d1d30f900255d" >> +SRC_URI[sha256sum] = "2d9e0397ef5583ed855eaafcdac8cabbe1d58463ed1e4b545be6dde5b63712a4" >> + >> + >> +FILES_${PN} += "${libdir}/libgdiplus.so" >> +INSANE_SKIP_${PN} += "dev-so" >> + >> +do_install_append() { >> + # fix pkgconfig .pc file >> + sed -i -e s#I${STAGING_DIR_HOST}#I#g ${D}${libdir}/pkgconfig/*.pc >> +} > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > I tought this is handled by the pkgconfigi.bbclass which you inherit. > > Bye Henning > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel