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:13:55 +0000 |
commit | 3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1 (patch) | |
tree | 25c56c281ec7817ff2827f88b7f13939cfb134a1 /meta/classes/sip.bbclass | |
parent | c5e6a533eab2f5af4a52d22f8efe5b49b77cd26c (diff) | |
download | openembedded-core-3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1.tar.gz openembedded-core-3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1.tar.bz2 openembedded-core-3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1.tar.xz openembedded-core-3dcbc8a700a3e7474026e858b1d20e9ff89a5eb1.zip |
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
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 de0e2effb..3a00e4dbd 100644 --- a/meta/classes/sip.bbclass +++ b/meta/classes/sip.bbclass @@ -1,6 +1,8 @@ # Build Class for Sip based Python Bindings # (C) Michael 'Mickey' Lauer <mickey@Vanille.de> # +STAGING_SIPDIR ?= "${STAGING_DATADIR_NATIVE}/sip" + DEPENDS =+ "sip-native" RDEPENDS += "python-sip" |