aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfsprogs
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 21:31:12 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 21:31:12 +0200
commita413fb64f1a2d45748617a60c6e2fdcc81f47414 (patch)
tree2b7eb06e6f5d361f6e18e00d93a2c2195a0db6e7 /recipes/xfsprogs
parent8048817acc5c63248ba2d211ce5cadd93df1d4c1 (diff)
downloadopenembedded-a413fb64f1a2d45748617a60c6e2fdcc81f47414.tar.gz
xfsprogs: removed old version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xfsprogs')
-rw-r--r--recipes/xfsprogs/xfsprogs_3.1.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes/xfsprogs/xfsprogs_3.1.1.bb b/recipes/xfsprogs/xfsprogs_3.1.1.bb
deleted file mode 100644
index 28c6ec4f0a..0000000000
--- a/recipes/xfsprogs/xfsprogs_3.1.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "XFS Filesystem Utilities"
-HOMEPAGE = "http://oss.sgi.com/projects/xfs"
-LICENSE = "GPL"
-SECTION = "base"
-PR = "r0"
-DEPENDS = "util-linux-ng"
-
-SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-3.1.1.tar.gz;name=xfsprogstargz"
-SRC_URI[xfsprogstargz.md5sum] = "c2308b46ee707597ac50aae418d321b8"
-SRC_URI[xfsprogstargz.sha256sum] = "bc189022f720019d9e4aa9856772a4f89afa1cc4022f872b759fe001a8dd1e36"
-
-PARALLEL_MAKE = ""
-inherit autotools
-EXTRA_OECONF = "--enable-gettext=no"
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-
-do_configure () {
- export LIBTOOL="${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"
- export DEBUG="-DNDEBUG"
- oe_runconf
-}
-
-do_install () {
- export DIST_ROOT=${D}
- oe_runmake install
-}
-