aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsprogs-libs/e2fsprogs-libs_1.33.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-17 23:49:42 +0000
committerChris Larson <clarson@kergoth.com>2003-10-17 23:49:42 +0000
commitd30475c53d2dc974e007ce90bcbd668cea67ac17 (patch)
tree0b7f5566a92eaa2097a9eec1db1bcf44deca71b8 /e2fsprogs-libs/e2fsprogs-libs_1.33.oe
parent675d954b03f008da88e397f903e16891aadccfdd (diff)
downloadopenembedded-d30475c53d2dc974e007ce90bcbd668cea67ac17.tar.gz
Add staging targets to e2fsprogs-libs and bzip2.
BKrev: 3f9080163-eYuT_5Cn0yjLoMvHMqBQ
Diffstat (limited to 'e2fsprogs-libs/e2fsprogs-libs_1.33.oe')
-rw-r--r--e2fsprogs-libs/e2fsprogs-libs_1.33.oe30
1 files changed, 30 insertions, 0 deletions
diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe
index e69de29bb2..f3d259096a 100644
--- a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe
+++ b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe
@@ -0,0 +1,30 @@
+DESCRIPTION="EXT2 Filesystem Utilities"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc
+
+SRC_URI=${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/compile-subst.patch;patch=1
+
+inherit autotools
+
+do_stage () {
+ install -m 0644 lib/libcom_err.a ${STAGING_LIBDIR}/
+ install -m 0644 lib/libss.a ${STAGING_LIBDIR}/
+ install -m 0644 lib/libuuid.a ${STAGING_LIBDIR}/
+ install -m 0644 lib/libblkid.a ${STAGING_LIBDIR}/
+ install -d ${STAGING_DIR}/target/include/et \
+ ${STAGING_DIR}/target/include/ss \
+ ${STAGING_DIR}/target/include/uuid \
+ ${STAGING_DIR}/target/include/blkid
+ install -m 0644 lib/et/com_err.h ${STAGING_DIR}/target/include/et/
+ install -m 0644 lib/ss/ss.h ${STAGING_DIR}/target/include/ss/
+ install -m 0644 lib/ss/ss_err.h ${STAGING_DIR}/target/include/ss/
+ install -m 0644 lib/uuid/uuid.h ${STAGING_DIR}/target/include/uuid/
+ install -m 0644 lib/uuid/uuid_types.h ${STAGING_DIR}/target/include/uuid/
+ install -m 0644 lib/blkid/blkid.h ${STAGING_DIR}/target/include/blkid/
+ install -m 0644 lib/blkid/blkid_types.h ${STAGING_DIR}/target/include/blkid/
+}