diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-16 13:49:49 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-16 13:49:49 +0100 |
commit | acaa4a2e7ecce698494106dd116f138fd211ca47 (patch) | |
tree | 049538fd0d119e3be9973ce7e64ac5d4912b3090 /recipes | |
parent | 20b1ca2cc5ce58a80ea94acae571467af145eb31 (diff) |
xfsprogs: added 3.1.1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xfsprogs/xfsprogs_3.1.1.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/xfsprogs/xfsprogs_3.1.1.bb b/recipes/xfsprogs/xfsprogs_3.1.1.bb new file mode 100644 index 0000000000..6caf8dc18c --- /dev/null +++ b/recipes/xfsprogs/xfsprogs_3.1.1.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "XFS Filesystem Utilities" +HOMEPAGE = "http://oss.sgi.com/projects/xfs" +LICENSE = "GPL" +SECTION = "base" +PR = "r0" +DEPENDS = "e2fsprogs-libs" + +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 +} + |