DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries" SECTION = "devel/python" HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip" AUTHOR = "Phil Thompson" LICENSE = "GPL" DEPENDS = "python" RDEPENDS = "python-core" PR = "ml0" SRC_URI = "http://www.riverbankcomputing.com/Downloads/sip4/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/siplib" inherit qt4x11 distutils-base EXTRA_QMAKEVARS_POST += " TEMPLATE=lib \ CONFIG=console \ DESTDIR= \ VERSION=1.0.0 \ TARGET=sip \ DEFINES=SIP_QT_SUPPORT \ INCLUDEPATH+=. \ INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \ INCLUDEPATH+=${STAGING_INCDIR}" do_configure_prepend() { cat siplib.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > siplib.pro } do_stage() { install -d ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/ # sipconfig.py sipdistutils.py install -m 0644 sip.h ${STAGING_INCDIR}/sip.h } do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ install -m 0755 libsip.so.1.0.0 ${D}${libdir}/${PYTHON_DIR}/site-packages/sip.so } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/sip.so" able>
summaryrefslogtreecommitdiff
path: root/packages/module-init-tools
AgeCommit message (Expand)AuthorFiles
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
2006-04-29Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod so...Richard Purdie2
2006-02-12module-init-tools: change depmod removal - close #671Marcin Juszkiewicz1
2005-12-13module-init-tools: upgraded to 3.2.2, removed all versions older then 3.2.1Marcin Juszkiewicz11
2005-12-07module-init-tools: prefer 3.2.1 over 3.2-pre4Philipp Zabel1
2005-12-06disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'Marcin Juszkiewicz1
2005-12-06module-init-tools: prefer 3.2.1 over 3.2-pre4Philipp Zabel1
2005-12-01module-init-tools: upgraded to 3.2.1Marcin Juszkiewicz4
2005-09-20module-init-tools: Upgrade to 3.2pre9. Change the update-alternatives priorit...Richard Purdie4
2005-09-13module-init-tools-3.2-pre7: install lsmod symlinks to both /bin and /sbinPhilipp Zabel1
2005-07-09LICENSE = GPL -> LICENSE = "GPL"Holger Freyther2
2005-07-06SILENTHolger Freyther2
2005-07-05added module-init-tools 3.2-pre7Marcin Juszkiewicz4
2005-06-30import clean BK tree at cset 1.3670Koen Kooi9
2005-06-28also provide virtual/${TARGET_PREFIX}depmod-2.6Phil Blundell1
2005-05-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-04-28Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2005-04-02add SoC device support to depmodPhil Blundell2
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-12module-init-tools: catch up with recent variable changingMichael Lauer1
2005-01-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2005-01-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net6
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby1
2005-01-08Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-31Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-10Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedPhil Blundell1
2004-12-09Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/Marcin Juszkiewicz1
2004-12-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson3