On Wed, Sep 18, 2013 at 04:44:00PM -0400, Trevor Woerner wrote: > If I want to run the devshell on a qt5 recipe from meta-qt5, I can't > help notice that if I do: > > $ which qmake > > I get > > /usr/bin/qmake > > The qt5 qmake gets installed (in my case) to: > > $TMPDIR/sysroots/x86_64-linux/usr/bin/qt5/
Recipes internally use absolute path to qmake and other tools (through OE_QMAKE_PATH_QT_BINS variable) but it's true that adding it to PATH shouldn't cause any troubles. -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
