[oe-commits] Martin Jansa : xfsdump: add recipe

git version control git at git.openembedded.org
Wed Aug 11 07:33:55 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Aug 11 09:31:24 2010 +0200

xfsdump: add recipe

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xfsprogs/xfsdump_3.0.4.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/xfsprogs/xfsdump_3.0.4.bb b/recipes/xfsprogs/xfsdump_3.0.4.bb
new file mode 100644
index 0000000..da63816
--- /dev/null
+++ b/recipes/xfsprogs/xfsdump_3.0.4.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "XFS Filesystem Dump Utility"
+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] = "af6932cfcd95ce64dc583128a190ffd7"
+SRC_URI[sha256sum] = "d3932f0d482f6f77ec8519ce24c00edbe006262751bfb4ad4b4bc3e219d807d1"
+
+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