DESCRIPTION = "PyIW is a simple Python extension module written in C \ that interfaces with libiw and provides a very 'pythonic' API to programmers." HOMEPAGE = "http://www.emperorlinux.com/etc/contrib/?page=pyiw" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "wireless-tools" RDEPENDS = "python-core libiw" PR = "ml0" SRC_URI = "http://downloads.emperorlinux.com/contrib/pyiw/pyiw-${PV}.tbz2 \ file://Makefile" S="${WORKDIR}/pyiw-${PV}" do_unpack_real () { tar jxvf pyiw-${PV}.tbz2 cp Makefile pyiw-${PV}/ } do_unpack_real[dirs] = "${WORKDIR}" addtask unpack_real before do_patch after do_unpack inherit autotools pkgconfig distutils-base CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}" do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ install -m 0755 pyiw.so ${D}${libdir}/${PYTHON_DIR}/site-packages/pyiw.so } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/pyiw.so" on value='dizzy'>dizzy Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/classes/icecc.bbclass
AgeCommit message (Expand)AuthorFiles
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie1
2015-04-28icecc.bbclass: blacklist libgcc-initialDmitry Eremin-Solenikov1
2015-01-16icecc.bbclass: properly handle disabling of iceccDmitry Eremin-Solenikov1
2014-04-23icecc: don't create unnecessary 'ice' dirs in sysroots when disabledMartin Jansa1
2014-01-19icecc: use exact match in blacklists, re-start with empty system_package_blac...Martin Jansa1
2014-01-19icecc: Fix allarch and native recipes having different signaturesMartin Jansa1
2014-01-19icecc: use bb.utils.which also for 'as'Martin Jansa1
2014-01-19icecc: Don't replace non-empty PARALLEL_MAKE with empty ICECC_PARALLEL_MAKEMartin Jansa1
2013-12-05icecc.bbclass: Fix whitespace, improve commentMartin Jansa1
2013-12-03classes/icecc: fix typos in header commentsPaul Eggleton1
2013-11-27icecc: Disable icecc for allarch recipesMartin Jansa1
2013-11-20icecc: Use bb.utils.which instead of calling whichTobias Henkel1
2013-11-12icecc: Fix race condition when packaging toolchainTobias Henkel1
2013-11-12icecc: Add package whitelistTobias Henkel1
2013-11-12icecc: Support shell evaluation of KERNEL_CCTobias Henkel1
2013-11-12icecc: Enable icecc also for install stepTobias Henkel1
2013-11-12icecc: Add dummy python version of set_icecc_envTobias Henkel1
2013-11-12icecc: Add blacklist vars to BB_HASHBASE_WHITELISTTobias Henkel1
2013-11-12icecc: Reduce verbosity with empty PARALLEL_MAKETobias Henkel1
2013-11-12icecc: Log reason in error casesTobias Henkel1
2013-04-11icecc: Allow to use this bbclass together with external toolchainsMartin Jansa1
2013-03-15icecc: improve interaction with sstateMartin Jansa1
2012-05-30Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie1
2012-05-30meta: replace os.popen with subprocess.PopenRobert Yang1
2012-03-26Various typoes fixed, all comments or output strings.Robert P. J. Day1
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie1
2011-12-19icecc.bbclass: also use icecc for kernel modules compilationDmitry Eremin-Solenikov1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-09-22icecc.bbclass: fix handling of nativesdk and cross-canadian packagesDmitry Eremin-Solenikov1
2011-09-22icecc-create-env: rename to -nativeDmitry Eremin-Solenikov1
2011-09-16icecc.bbclass: replace with updated versionDmitry Eremin-Solenikov1
2010-04-27Install cross-packages into the native sysrootJoshua Lock1