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

Stefan Schmidt stefan at datenfreihafen.org
Mon Sep 30 17:19:45 UTC 2013


Hello.

On Mon, 2013-09-30 at 00:02, Martin Jansa wrote:
> 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/

Fair enough. Changed it and attched the updated patch. Pushed it into
the branch as well. I can also re-submit the whole lot if you want and
if you are happy with rest.

regards
Stefan Schmidt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-maliit-qt5-Adjust-MKSPEC-path.patch
Type: text/x-diff
Size: 2289 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130930/030314c7/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130930/030314c7/attachment-0002.sig>


More information about the Openembedded-devel mailing list