diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb')
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb deleted file mode 100644 index 460a898691..0000000000 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | SUMMARY = "XFS Filesystem Utilities" | ||
| 2 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" | ||
| 3 | SECTION = "base" | ||
| 4 | LICENSE = "GPLv2 & LGPLv2.1" | ||
| 5 | LICENSE_libhandle = "LGPLv2.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" | ||
| 7 | DEPENDS = "util-linux" | ||
| 8 | |||
| 9 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BP}.tar.gz \ | ||
| 10 | file://xfsprogs-generate-crctable-which-is-moved-into-runti.patch \ | ||
| 11 | file://remove-install-as-user.patch \ | ||
| 12 | file://drop-configure-check-for-aio.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "9f383e36682709e62b12c125e5d8b895" | ||
| 16 | SRC_URI[sha256sum] = "7a5124a880997939551b519610a2e54bd4cd0b0adfd563ce3f4de30827109ac9" | ||
| 17 | |||
| 18 | inherit autotools-brokensep | ||
| 19 | |||
| 20 | PACKAGES =+ "${PN}-fsck ${PN}-mkfs libhandle" | ||
| 21 | |||
| 22 | RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs" | ||
| 23 | |||
| 24 | FILES_${PN}-fsck = "${base_sbindir}/fsck.xfs" | ||
| 25 | FILES_${PN}-mkfs = "${base_sbindir}/mkfs.xfs" | ||
| 26 | FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}" | ||
| 27 | |||
| 28 | EXTRA_OECONF = "--enable-gettext=no" | ||
| 29 | do_configure () { | ||
| 30 | # Prevent Makefile from calling configure without arguments, | ||
| 31 | # when do_configure gets called for a second time. | ||
| 32 | rm -f include/builddefs include/platform_defs.h | ||
| 33 | # Recreate configure script. | ||
| 34 | rm -f configure | ||
| 35 | oe_runmake configure | ||
| 36 | # Configure. | ||
| 37 | export DEBUG="-DNDEBUG" | ||
| 38 | gnu-configize --force | ||
| 39 | oe_runconf | ||
| 40 | } | ||
| 41 | |||
| 42 | LIBTOOL = "${HOST_SYS}-libtool" | ||
| 43 | EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" | ||
| 44 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 45 | PARALLEL_MAKE = "" | ||
| 46 | |||
| 47 | do_install () { | ||
| 48 | export DIST_ROOT=${D} | ||
| 49 | oe_runmake install | ||
| 50 | # needed for xfsdump | ||
| 51 | oe_runmake install-dev | ||
| 52 | } | ||
| 53 | |||
| 54 | # http://errors.yoctoproject.org/Errors/Details/83236/ | ||
| 55 | PNBLACKLIST[xfsprogs] ?= "BROKEN: Needs upgrade to 4.5.0 version to be compatible with Kernel uapi changes from 4.5" | ||
