diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-08-01 16:38:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 15:28:37 +0100 |
commit | 438df0f1d0c5d986ef67eaf57de9a0f5fef2d7e0 (patch) | |
tree | 62f25e9b77f064c82ba05eb1d4a8c6e4f2b533bf | |
parent | 516ce2fc8d2a6a330e8662921929aaf947daecb1 (diff) | |
download | poky-438df0f1d0c5d986ef67eaf57de9a0f5fef2d7e0.tar.gz |
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>
-rw-r--r-- | meta/classes/sip.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/sip.bbclass b/meta/classes/sip.bbclass index 3a00e4dbd8..074d4ddd7a 100644 --- a/meta/classes/sip.bbclass +++ b/meta/classes/sip.bbclass | |||
@@ -9,6 +9,9 @@ RDEPENDS += "python-sip" | |||
9 | # default stuff, do not uncomment | 9 | # default stuff, do not uncomment |
10 | # EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_3_0" | 10 | # EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_3_0" |
11 | 11 | ||
12 | # do_generate is before do_configure so ensure that sip_native is populated in sysroot before executing it | ||
13 | do_generate[depends] += "sip-native:do_populate_sysroot" | ||
14 | |||
12 | sip_do_generate() { | 15 | sip_do_generate() { |
13 | if [ -z "${SIP_MODULES}" ]; then | 16 | if [ -z "${SIP_MODULES}" ]; then |
14 | MODULES="`ls sip/*mod.sip`" | 17 | MODULES="`ls sip/*mod.sip`" |