From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- pciutils/pciutils_2.1.11.oe | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pciutils') diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe index 4af18b69dc..8306ec79d3 100644 --- a/pciutils/pciutils_2.1.11.oe +++ b/pciutils/pciutils_2.1.11.oe @@ -3,17 +3,18 @@ RDEPENDS = "libc6" DESCRIPTION = 'The PCI Utilities package contains a library for portable access \ to PCI bus configuration space and several utilities based on this library.' -SRC_URI = ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" do_configure () { (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH}) } -export PREFIX=${D}/${prefix} -export SBINDIR=${D}/${sbindir} -export SHAREDIR=${D}/${datadir} -export MANDIR=${D}/${mandir} +export PREFIX = "${D}/${prefix}" +export SBINDIR = "${D}/${sbindir}" +export SHAREDIR = "${D}/${datadir}" +export MANDIR = "${D}/${mandir}" + do_install () { oe_runmake install } -- cgit v1.2.3