diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /pciutils/pciutils_2.1.11.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'pciutils/pciutils_2.1.11.oe')
-rw-r--r-- | pciutils/pciutils_2.1.11.oe | 13 |
1 files changed, 7 insertions, 6 deletions
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 } |