diff options
Diffstat (limited to 'pciutils/pciutils_2.1.11.oe')
-rw-r--r-- | pciutils/pciutils_2.1.11.oe | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe deleted file mode 100644 index 4d4dbdad39..0000000000 --- a/pciutils/pciutils_2.1.11.oe +++ /dev/null @@ -1,20 +0,0 @@ -SECTION = "console/utils" -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://configure.patch;patch=1 \ - file://configure-uclibc.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}" - -do_install () { - oe_runmake install -} |