diff options
author | Phil Blundell <philb@gnu.org> | 2012-01-04 13:09:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-04 14:14:10 +0000 |
commit | e47a5daa4ff837abf7ef6a1ed3f702381ba82bb1 (patch) | |
tree | 17726cdcf3eae6267f1819b559d991608114673f /meta/classes/sip.bbclass | |
parent | c4de612298266653130dd2e5b8378f62dda77e9f (diff) | |
download | poky-e47a5daa4ff837abf7ef6a1ed3f702381ba82bb1.tar.gz |
bitbake.conf: remove some redundant/unnecessary variable exports
Specifically...
SLOT: apparently redundant, deleted.
STAGING_IDLDIR: likewise
QMAKE_MKSPEC_PATH: no longer exported, moved to qmake_base.bbclass
STAGING_SIPDIR: no longer exported, moved to sip.bbclass
(From OE-Core rev: 3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sip.bbclass')
-rw-r--r-- | meta/classes/sip.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sip.bbclass b/meta/classes/sip.bbclass index de0e2effb1..3a00e4dbd8 100644 --- a/meta/classes/sip.bbclass +++ b/meta/classes/sip.bbclass | |||
@@ -1,6 +1,8 @@ | |||
1 | # Build Class for Sip based Python Bindings | 1 | # Build Class for Sip based Python Bindings |
2 | # (C) Michael 'Mickey' Lauer <mickey@Vanille.de> | 2 | # (C) Michael 'Mickey' Lauer <mickey@Vanille.de> |
3 | # | 3 | # |
4 | STAGING_SIPDIR ?= "${STAGING_DATADIR_NATIVE}/sip" | ||
5 | |||
4 | DEPENDS =+ "sip-native" | 6 | DEPENDS =+ "sip-native" |
5 | RDEPENDS += "python-sip" | 7 | RDEPENDS += "python-sip" |
6 | 8 | ||