On Thu, 2020-12-17 at 15:07 +0100, Kory Maincent wrote: > Add support to tirpc tests build. > Export incdir and libdir to have the right path. > > Signed-off-by: Kory Maincent <kory.mainc...@bootlin.com> > --- > > Change since v1: > - Use PACKAGECONFIG to enable rpc tests > - Improve ${libdir} and ${incdir} export > > > meta/recipes-extended/ltp/ltp_20200930.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-extended/ltp/ltp_20200930.bb > b/meta/recipes-extended/ltp/ltp_20200930.bb > index 7acf15b360..9da5d90353 100644 > --- a/meta/recipes-extended/ltp/ltp_20200930.bb > +++ b/meta/recipes-extended/ltp/ltp_20200930.bb > @@ -42,14 +42,14 @@ inherit autotools-brokensep pkgconfig > > TARGET_CC_ARCH += "${LDFLAGS}" > > +export libdir := "${exec_prefix}/${baselib}" > +export incdir := "${exec_prefix}/include"
In general we try and avoid :=, is there a reason its needed here rather than just "=" ? If so, it might be something that should be mentioned in the commit message? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145860): https://lists.openembedded.org/g/openembedded-core/message/145860 Mute This Topic: https://lists.openembedded.org/mt/79036634/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-