[oe] package request for Phonon-VLC backend

Martin Jansa martin.jansa at gmail.com
Tue Dec 7 13:50:47 UTC 2010


On Sun, Dec 05, 2010 at 01:55:07AM +0100, Holger Freyther wrote:
> On 12/01/2010 02:57 PM, Sylvain Paré wrote:
> > Ok I made some progress!
> > Automoc build now ( attached my recipe for it)
> > but qt4-plugin-phonon-backend-vlc failed =>
> > http://tinderbox.openembedded.org/packages/1159577/
> > 
> 
> # OE lacks some native qt4 tools, so we use the ones form the host :/

I think this misunderstanding is because I've actually meant qt4 headers

there is
bitbake at jama ~/dev/recipes $ cat ./kde4/automoc-native_svn.bb
require kde4.inc
require kde4-native.inc
inherit native

...

and 
bitbake at jama ~/dev/recipes $ cat kde4/kde4-native.inc

# Ugly, use qt4 from the buildhost till someone adds a qt4-native recipe

EXTRA_OECMAKE = "-DQT_LIBRARY_DIR=/usr/lib \
                 -DQT_INSTALL_LIBS=/usr/lib \
                 -DQT_INCLUDE_DIR=/usr/include/qt4 \
                 -DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
                 -DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
                 -DQT_UIC3_EXECUTABLE=${OE_QMAKE_UIC3} \
                 -DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
                 -DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
                 -DQT_QTCORE_INCLUDE_DIR=/usr/include/qt4/QtCore \
                 "

that's why Sylvain was trying to extend qt4-tools-native to stage also
headers and then making kde4/kde4-native.inc less ugly by using staged
native headers.

Problem is that headers are "processed" before installing so simple cp
in do_install_append won't be enough.

> i hope this is helping

same here :)

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com




More information about the Openembedded-devel mailing list