diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | 33 |
1 files changed, 0 insertions, 33 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 deleted file mode 100644 index 632f79d46e..0000000000 --- a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 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 | } | ||
| 32 | |||
| 33 | PNBLACKLIST[dmapi] ?= "Depends on broken xfsprogs - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
