aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfsprogs
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-06-17 10:24:01 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-06-17 15:05:16 +0200
commitfad5af9a1c119e34b718c40f7a4c6452341d5beb (patch)
tree8d8b709f01a68feafb00c984f78fb9185bd6fd1e /recipes/xfsprogs
parent69d4f160583e764448f359d2aced62345be3e387 (diff)
downloadopenembedded-fad5af9a1c119e34b718c40f7a4c6452341d5beb.tar.gz
libattr: remove libattr because it is clashing with udev/attr and is not used by any other recipe
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Koen Kooi <koen@openembedded.org> Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xfsprogs')
-rw-r--r--recipes/xfsprogs/libattr_2.4.43.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/xfsprogs/libattr_2.4.43.bb b/recipes/xfsprogs/libattr_2.4.43.bb
deleted file mode 100644
index cf846cc25d..0000000000
--- a/recipes/xfsprogs/libattr_2.4.43.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "library functions to get attribute bits"
-HOMEPAGE = "http://oss.sgi.com/projects/xfs"
-LICENSE = "GPL"
-SECTION = "base"
-PR = "r0"
-DEPENDS = "gettext"
-
-SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${PV}-1.tar.gz"
-S = "${WORKDIR}/attr-${PV}"
-
-PARALLEL_MAKE = ""
-inherit autotools
-EXTRA_OECONF = "--enable-gettext=no --enable-shared=yes"
-
-do_configure () {
- export LIBTOOL="${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"
- export DEBUG="-DNDEBUG"
- oe_runconf
-}
-
-do_install () {
- export DIST_ROOT=${D}
- oe_runmake install
- oe_libinstall -a libattr ${D}${libdir}
- oe_libinstall -a libattr ${STAGING_LIBDIR}
-}
-
-
-SRC_URI[md5sum] = "91583a14bcbd637adaa9b07ea49c5d4b"
-SRC_URI[sha256sum] = "d358b233b3e2ad235e63fd8697e337006fc7506844e424b0d9dd7a24affec5bf"