[oe] [PATCH 4/6] maliit-*-qt5: Adjust MKSPEC path

Martin Jansa martin.jansa at gmail.com
Sun Sep 29 22:02:38 UTC 2013


On Sun, Sep 29, 2013 at 10:48:28AM +0100, Stefan Schmidt wrote:
> Hello.
> 
> On Sun, 2013-09-29 at 09:08, Martin Jansa wrote:
> > On Sat, Sep 28, 2013 at 11:25:17PM +0100, Stefan Schmidt wrote:
> > > ---
> > >  recipes-qt/maliit/maliit-framework-qt5_git.bb | 7 ++++---
> > >  recipes-qt/maliit/maliit-plugins-qt5_git.bb   | 1 +
> > >  2 files changed, 5 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb
> > > index 7b336ff..4f2da19 100644
> > > --- a/recipes-qt/maliit/maliit-framework-qt5_git.bb
> > > +++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb
> > > @@ -54,7 +54,7 @@ EXTRA_QMAKEVARS_PRE = "\
> > >      PREFIX=${prefix} \
> > >      LIBDIR=${libdir} \
> > >      QT_IM_PLUGIN_PATH=${libdir}/qt4/plugins/inputmethods \
> > > -    MALIIT_INSTALL_PRF=${datadir}/qt4/mkspecs/features \
> > > +    MALIIT_INSTALL_PRF=${QMAKE_MKSPEC_PATH}/mkspecs/features \
> > >      SCHEMADIR=${sysconfdir}/gconf/schemas \
> > >      CONFIG+=disable-gconf \
> > >      CONFIG+=disable-gtk-cache-update \
> > > @@ -68,8 +68,9 @@ EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
> > >  
> > >  do_install_append() {
> > >      #Fix absolute paths
> > > -    sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${datadir}/qt4/mkspecs/features/maliit-framework.prf
> > > -    sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${datadir}/qt4/mkspecs/features/maliit-plugins.prf
> > > +    sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/usr/lib/qt5/mkspecs/features/maliit-framework.prf
> > > +    sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/usr/lib/qt5/mkspecs/features/maliit-plugins.prf
> > > +    sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/usr/lib/qt5/mkspecs/features/maliit-defines.prf
> > 
> > Why not use QMAKE_MKSPEC_PATH here as well?
> 
> Because it does not work. I tried to use it initially. Just checked
> again it fails with:
> sed: can't read /data/WebOS/webos-ports-env/webos-ports/tmp-eglibc/sysroots/maguro/usr/lib/qt5/mkspecs/features/maliit-framework.prf: No such file or directory

Ah sorry, I looks like I've already forgot what's in QMAKE_MKSPEC_PATH,
what you can use is:
${libdir}/${QT_DIR_NAME} instead of /usr/lib/qt5/

Regards,


> 
> At this stage the files are in ${D} but not in the maguro sysroot.
> 
> regards
> Stefan Schmidt



> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130930/fe979da2/attachment-0002.sig>


More information about the Openembedded-devel mailing list