[oe] [meta-qt5][PATCH] qtbase-native: create empty oe-device-extra.pri

Gordan Markuš gordan.markus at pelagicore.com
Thu Mar 30 15:04:04 UTC 2017


Sorry about that Martin, I've made a copy/paste mistake.
Will post another version of the patch. 

On Thu, 2017-03-30 at 11:38 +0200, Martin Jansa wrote:
> it looks like the directory doesn't exist:
> 
> http://errors.yoctoproject.org/Errors/Details/138489/
> 
> On Thu, Mar 23, 2017 at 10:46 AM, Gordan Markuš <
> gordan.markus at pelagicore.com> wrote:
> 
> > Suppress multiple occurrences of the same warning while configuring
> > and compiling qtbase-native and nativesdk-qtbase.
> > 
> > WARNING: Unable to find file git/mkspecs/linux-oe-g++/../
> > oe-device-extra.pri
> > Signed-off-by: Gordan Markuš <gordan.markus at pelagicore.com>
> > ---
> >  recipes-qt/qt5/qtbase-native_git.bb | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-
> > qt/qt5/qtbase-
> > native_git.bb
> > index c013029..d40a751 100644
> > --- a/recipes-qt/qt5/qtbase-native_git.bb
> > +++ b/recipes-qt/qt5/qtbase-native_git.bb
> > @@ -83,6 +83,9 @@ PACKAGECONFIG_CONFARGS = " \
> >  export OE_QMAKE_QTCONF_PATH = "foodummy"
> > 
> >  do_configure_prepend() {
> > +    # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-
> > device-extra.pri:
> > No such file or directory"
> > +    touch ${S}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-
> > extra.pri
> > +
> >      MAKEFLAGS="${PARALLEL_MAKE}" ${S}/configure -opensource
> > -confirm-license ${PACKAGECONFIG_CONFARGS} || die "Configuring qt
> > failed.
> > PACKAGECONFIG_CONFARGS was ${PACKAGECONFIG_CONFARGS}"
> >  }
> > 
> > --
> > 2.9.3
> > 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > 



More information about the Openembedded-devel mailing list