diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb')
| -rw-r--r-- | meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb new file mode 100644 index 0000000000..4ff95f9771 --- /dev/null +++ b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Library functions to get attribute bits" | ||
| 2 | DESCRIPTION = "The Data Management API (DMAPI/XDSM) allows implementation \ | ||
| 3 | of hierarchical storage management software with no kernel \ | ||
| 4 | modifications as well as high-performance dump programs \ | ||
| 5 | without requiring "raw" access to the disk and knowledge \ | ||
| 6 | of filesystem structures.This interface is implemented by \ | ||
| 7 | the libdm library." | ||
| 8 | |||
| 9 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" | ||
| 10 | SECTION = "base" | ||
| 11 | LICENSE = "LGPLv2.1" | ||
| 12 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=1678edfe8de9be9564d23761ae2fa794" | ||
| 13 | DEPENDS = "xfsprogs" | ||
| 14 | |||
| 15 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-${PV}.tar.gz \ | ||
| 16 | file://remove-install-as-user.patch \ | ||
| 17 | file://dmapi_aarch64_configure_support.patch \ | ||
| 18 | " | ||
| 19 | SRC_URI[md5sum] = "cd825d4e141c16011367e0a0dd98c9c5" | ||
| 20 | SRC_URI[sha256sum] = "b18e34f47374f6adf7c164993c26df36986a009b86aa004ef9444102653aea69" | ||
| 21 | |||
| 22 | inherit autotools-brokensep | ||
| 23 | |||
| 24 | PARALLEL_MAKE = "" | ||
| 25 | EXTRA_OEMAKE += "LIBTOOL="${HOST_SYS}-libtool --tag=CC" V=1" | ||
| 26 | |||
| 27 | do_install () { | ||
| 28 | export DIST_ROOT=${D} | ||
| 29 | install -d ${D}${libdir} | ||
| 30 | oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir} | ||
| 31 | } | ||
