[oe-commits] Frans Meulenbroeks : libattr: created: lib to access attribute bits of a file

GIT User account git at amethyst.openembedded.net
Sun Mar 8 13:35:16 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Mar  8 14:33:53 2009 +0100

libattr: created: lib to access attribute bits of a file

---

 conf/checksums.ini                  |    4 ++++
 packages/xfsprogs/libattr_2.4.43.bb |   27 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 95500cb..443f28b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1902,6 +1902,10 @@ sha256=dd3629e6ba6f638962f3a60035208facf6155397000c86b5f2f7ca2990ef59e1
 md5=537dc236f4654dd5760e0f39484222a1
 sha256=818a18c1ace9bc3e5b92bc91db1d62c859023cd16444d41692ecb3606cc6868c
 
+[ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.43-1.tar.gz]
+md5=91583a14bcbd637adaa9b07ea49c5d4b
+sha256=d358b233b3e2ad235e63fd8697e337006fc7506844e424b0d9dd7a24affec5bf
+
 [http://www.68k.org/~michael/audiofile/audiofile-0.2.6.tar.gz]
 md5=9c1049876cd51c0f1b12c2886cce4d42
 sha256=4b6167b56e21556fb07c9ef06962fe32817064c62181ba47afd3322e0d0f22a9
diff --git a/packages/xfsprogs/libattr_2.4.43.bb b/packages/xfsprogs/libattr_2.4.43.bb
new file mode 100644
index 0000000..9989031
--- /dev/null
+++ b/packages/xfsprogs/libattr_2.4.43.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "library functions to get attribute bits"
+HOMEPAGE = "http://oss.sgi.com/projects/xfs"
+LICENSE = "GPL"
+SECTION = "base"
+PR = "r0"
+DEPENDS = "gettext"
+
+SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${PV}-1.tar.gz"
+S = "${WORKDIR}/attr-${PV}"
+
+PARALLEL_MAKE = ""
+inherit autotools
+EXTRA_OECONF = "--enable-gettext=no --enable-shared=yes"
+
+do_configure () {
+	export LIBTOOL="${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"
+	export DEBUG="-DNDEBUG"
+	oe_runconf
+}
+
+do_install () {
+	export DIST_ROOT=${D}
+	oe_runmake install
+	oe_libinstall -a libattr ${D}${libdir}
+	oe_libinstall -a libattr ${STAGING_LIBDIR}
+}
+





More information about the Openembedded-commits mailing list