From: Chris Larson Date: Mon, 26 Jan 2004 22:28:35 +0000 (+0000) Subject: Make pycap's versioned deps function, and make alsa-lib inherit pkgconfig. X-Git-Tag: Release-2010-05/1~20224 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5872db63afcbb197cc6f002201f989a2fda3be7e;p=openembedded.git Make pycap's versioned deps function, and make alsa-lib inherit pkgconfig. BKrev: 40159493M0FgpblePZDXXe9J9QOALA --- diff --git a/alsa-lib/alsa-lib_0.9.8.oe b/alsa-lib/alsa-lib_0.9.8.oe index 70d44463e8..f5db8e060e 100644 --- a/alsa-lib/alsa-lib_0.9.8.oe +++ b/alsa-lib/alsa-lib_0.9.8.oe @@ -6,7 +6,7 @@ FILES_alsa-lib_append=" ${datadir}/alsa" SRC_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" -inherit autotools libtool +inherit autotools libtool pkgconfig EXTRA_OECONF="--with-cards=pdaudiocf --with-oss=yes" @@ -17,6 +17,4 @@ do_stage () { install -d ${STAGING_DIR}/target/include/alsa/sound install -m 0644 include/*.h ${STAGING_DIR}/target/include/alsa/ install -m 0644 include/sound/ainstr*.h ${STAGING_DIR}/target/include/alsa/sound/ - install -d ${PKG_CONFIG_DIR} - install -m 0644 utils/alsa.pc ${PKG_CONFIG_DIR}/ } diff --git a/python/pycap_0.1.6.oe b/python/pycap_0.1.6.oe index e69de29bb2..4d4a251555 100644 --- a/python/pycap_0.1.6.oe +++ b/python/pycap_0.1.6.oe @@ -0,0 +1,10 @@ +DESCRIPTION=Python Packet Capture Library +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +RDEPENDS=libc6 python-core libnet (1.1.1) libpcap (0.7.2) +DEPENDS=virtual/libc libpcap-0.7.2 libnet-1.1.1 + +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz + +inherit distutils