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" ultitech-corecdp-1.x Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--classes/scratchbox-compat.bbclass13
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
-rw-r--r--conf/machine/omap3evm.conf2
-rwxr-xr-xcontrib/angstrom/build-feeds.sh14
-rw-r--r--packages/angstrom/angstrom-x11-base-depends.bb2
-rw-r--r--packages/avahi/mango-lassi_git.bb5
-rw-r--r--packages/cairo/cairo_1.6.4.bb2
-rw-r--r--packages/connman/.mtn2git_empty0
-rw-r--r--packages/connman/connman_git.bb49
-rw-r--r--packages/connman/files/.mtn2git_empty0
-rwxr-xr-xpackages/connman/files/connman42
-rw-r--r--packages/connman/files/connman-build-and-work.patch286
-rw-r--r--packages/e17/illume_svn.bb3
-rw-r--r--packages/gcc/gcc-4.3.2.inc69
-rw-r--r--packages/gcc/gcc-4.3.2/.mtn2git_empty0
-rw-r--r--packages/gcc/gcc-4.3.2/100-uclibc-conf.patch37
-rw-r--r--packages/gcc/gcc-4.3.2/103-uclibc-conf-noupstream.patch11
-rw-r--r--packages/gcc/gcc-4.3.2/110-arm-eabi.patch27
-rw-r--r--packages/gcc/gcc-4.3.2/200-uclibc-locale.patch2833
-rw-r--r--packages/gcc/gcc-4.3.2/203-uclibc-locale-no__x.patch233
-rw-r--r--packages/gcc/gcc-4.3.2/204-uclibc-locale-wchar_fix.patch48
-rw-r--r--packages/gcc/gcc-4.3.2/205-uclibc-locale-update.patch510
-rw-r--r--packages/gcc/gcc-4.3.2/300-libstdc++-pic.patch46
-rw-r--r--packages/gcc/gcc-4.3.2/301-missing-execinfo_h.patch11
-rw-r--r--packages/gcc/gcc-4.3.2/302-c99-snprintf.patch13
-rw-r--r--packages/gcc/gcc-4.3.2/303-c99-complex-ugly-hack.patch12
-rw-r--r--packages/gcc/gcc-4.3.2/304-index_macro.patch24
-rw-r--r--packages/gcc/gcc-4.3.2/305-libmudflap-susv3-legacy.patch49
-rw-r--r--packages/gcc/gcc-4.3.2/306-libstdc++-namespace.patch36
-rw-r--r--packages/gcc/gcc-4.3.2/307-locale_facets.patch19
-rw-r--r--packages/gcc/gcc-4.3.2/402-libbackend_dep_gcov-iov.h.patch13
-rw-r--r--packages/gcc/gcc-4.3.2/602-sdk-libstdc++-includes.patch20
-rw-r--r--packages/gcc/gcc-4.3.2/740-sh-pr24836.patch25
-rw-r--r--packages/gcc/gcc-4.3.2/800-arm-bigendian.patch67
-rw-r--r--packages/gcc/gcc-4.3.2/801-arm-bigendian-eabi.patch14
-rw-r--r--packages/gcc/gcc-4.3.2/904-flatten-switch-stmt-00.patch153
-rw-r--r--packages/gcc/gcc-4.3.2/arm-nolibfloat.patch24
-rw-r--r--packages/gcc/gcc-4.3.2/arm-softfloat.patch16
-rw-r--r--packages/gcc/gcc-4.3.2/arm-thumb-cache.patch29
-rw-r--r--packages/gcc/gcc-4.3.2/arm-thumb.patch64
-rw-r--r--packages/gcc/gcc-4.3.2/cache-amnesia.patch31
-rw-r--r--packages/gcc/gcc-4.3.2/debian/.mtn2git_empty0
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-acats.dpatch78
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-alpha.dpatch88
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-default-project-path.dpatch147
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-driver-check.dpatch50
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-driver.dpatch42
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-gcc-name.dpatch87
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-gnatvsn.dpatch46
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-libgnatprj.dpatch4809
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-libgnatvsn.dpatch1598
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-link-lib.dpatch1932
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-sjlj.dpatch1307
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ada-symbolic-tracebacks.dpatch346
-rw-r--r--packages/gcc/gcc-4.3.2/debian/alpha-ieee-doc.dpatch44
-rw-r--r--packages/gcc/gcc-4.3.2/debian/alpha-ieee.dpatch57
-rw-r--r--packages/gcc/gcc-4.3.2/debian/alpha-no-ev4-directive.dpatch49
-rw-r--r--packages/gcc/gcc-4.3.2/debian/arm-unbreak-eabi-armv4t.dpatch36
-rw-r--r--packages/gcc/gcc-4.3.2/debian/boehm-gc-getnprocs.dpatch39
-rw-r--r--packages/gcc/gcc-4.3.2/debian/boehm-gc-nocheck.dpatch37
-rw-r--r--packages/gcc/gcc-4.3.2/debian/config-ml.dpatch94
-rw-r--r--packages/gcc/gcc-4.3.2/debian/cpu-default-i486.dpatch37
-rw-r--r--packages/gcc/gcc-4.3.2/debian/cross-fixes.dpatch129
-rw-r--r--packages/gcc/gcc-4.3.2/debian/cross-include.dpatch39
-rw-r--r--packages/gcc/gcc-4.3.2/debian/deb-protoize.dpatch47
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-d-lang.dpatch246
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-driver-extra-langs.dpatch40
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-hash-style-both.dpatch163
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-hash-style-gnu.dpatch163
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-i386-emit-cld.dpatch179
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-ice-apport.dpatch44
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-ice-hack.dpatch331
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-multilib64dir.dpatch62
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-pascal-lang.dpatch726
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-ssp-default.dpatch209
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gcc-textdomain.dpatch103
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gdc-fix-build-kbsd-gnu.dpatch87
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gpc-4.1.dpatch28
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gpc-gcc-4.x.dpatch32
-rw-r--r--packages/gcc/gcc-4.3.2/debian/gpc-names.dpatch117
-rw-r--r--packages/gcc/gcc-4.3.2/debian/hurd-changes.dpatch72
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ignore-comp-fail.dpatch38
-rw-r--r--packages/gcc/gcc-4.3.2/debian/kbsd-gnu-ada.dpatch231
-rw-r--r--packages/gcc/gcc-4.3.2/debian/kbsd-gnu.dpatch99
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libffi-configure.dpatch45
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-armel-ldflags.dpatch38
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-debuginfo.dpatch43
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-disable-static.dpatch45
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-jar.dpatch227
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-jnipath.dpatch94
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-loading-constraints.dpatch431
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-nobiarch-check.dpatch44
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-realloc-leak.dpatch79
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-rpath.dpatch49
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-sjlj.dpatch65
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-soname.dpatch34
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-stacktrace.dpatch70
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-subdir.dpatch246
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libjava-xulrunner1.9.dpatch41
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libobjc-gc-link.dpatch73
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libssp-gnu.dpatch52
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libstdc++-doclink.dpatch51
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libstdc++-pic.dpatch71
-rw-r--r--packages/gcc/gcc-4.3.2/debian/libstdc++-symbols-hppa.dpatch369
-rw-r--r--packages/gcc/gcc-4.3.2/debian/link-libs.dpatch157
-rw-r--r--packages/gcc/gcc-4.3.2/debian/mips-triarch.dpatch61
-rw-r--r--packages/gcc/gcc-4.3.2/debian/mudflap-nocheck.dpatch36
-rw-r--r--packages/gcc/gcc-4.3.2/debian/multiarch-include.dpatch138
-rw-r--r--packages/gcc/gcc-4.3.2/debian/multiarch-lib.dpatch52
-rw-r--r--packages/gcc/gcc-4.3.2/debian/note-gnu-stack.dpatch316
-rw-r--r--packages/gcc/gcc-4.3.2/debian/powerpc-biarch.dpatch47
-rw-r--r--packages/gcc/gcc-4.3.2/debian/ppc64-ada.dpatch257
-rw-r--r--packages/gcc/gcc-4.3.2/debian/pr24170.dpatch88
-rw-r--r--packages/gcc/gcc-4.3.2/debian/pr27880.dpatch90
-rw-r--r--packages/gcc/gcc-4.3.2/debian/pr28102.dpatch45
-rw-r--r--packages/gcc/gcc-4.3.2/debian/pr28322.dpatch151
-rw-r--r--packages/gcc/gcc-4.3.2/debian/pr30961.dpatch179<