xfsprogs: add 3.1.2 version
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 10 Aug 2010 11:13:07 +0000 (13:13 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 10 Aug 2010 11:15:12 +0000 (13:15 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xfsprogs/xfsprogs_3.1.2.bb [new file with mode: 0644]

diff --git a/recipes/xfsprogs/xfsprogs_3.1.2.bb b/recipes/xfsprogs/xfsprogs_3.1.2.bb
new file mode 100644 (file)
index 0000000..736d458
--- /dev/null
@@ -0,0 +1,27 @@
+DESCRIPTION = "XFS Filesystem Utilities"
+HOMEPAGE = "http://oss.sgi.com/projects/xfs"
+LICENSE = "GPL"
+SECTION = "base"
+DEPENDS = "util-linux-ng"
+
+SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz"
+SRC_URI[md5sum] = "86d10178ee6897cb099c97303e6d9da0"
+SRC_URI[sha256sum] = "9128046ea978a65560b0e87406af9646a283fa0b54eab1801b971d8a89086ddd"
+
+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
+}
+