sip.bbclass: fix sip-native dependency

(From OE-Core rev: 5f1af539b3d34e6689a69d09c69d9099eee983d4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2012-08-01 16:38:00 +02:00 committed by Richard Purdie
parent 516ce2fc8d
commit 438df0f1d0
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ RDEPENDS += "python-sip"
# default stuff, do not uncomment
# EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_3_0"
# do_generate is before do_configure so ensure that sip_native is populated in sysroot before executing it
do_generate[depends] += "sip-native:do_populate_sysroot"
sip_do_generate() {
if [ -z "${SIP_MODULES}" ]; then
MODULES="`ls sip/*mod.sip`"