[oe-commits] Frans Meulenbroeks : xfsprogs: added 3.1.1

git version control git at git.openembedded.org
Tue Mar 16 12:52:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: acaa4a2e7ecce698494106dd116f138fd211ca47
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=acaa4a2e7ecce698494106dd116f138fd211ca47

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Mar 16 13:49:49 2010 +0100

xfsprogs: added 3.1.1

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 0000000..6caf8dc
--- /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
+}
+





More information about the Openembedded-commits mailing list