e2fsprogs-native: Stage binaries
authorRichard Purdie <richard@openedhand.com>
Tue, 30 Jan 2007 15:15:40 +0000 (15:15 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 Jan 2007 15:15:40 +0000 (15:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1223 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/e2fsprogs/e2fsprogs-native_1.38.bb
meta/packages/e2fsprogs/e2fsprogs_1.38.bb

index 8d1d580..721d4fe 100644 (file)
@@ -7,14 +7,5 @@ PACKAGES = ""
 DEPENDS = ""
 
 do_stage () {
-       oe_libinstall -a -C lib libe2p ${STAGING_LIBDIR}/
-       oe_libinstall -a -C lib libext2fs ${STAGING_LIBDIR}/
-       install -d ${STAGING_INCDIR}/e2p
-       for h in ${e2pheaders}; do
-               install -m 0644 lib/e2p/$h ${STAGING_INCDIR}/e2p/ || die "failed to install $h"
-       done
-       install -d ${STAGING_INCDIR}/ext2fs
-       for h in ${ext2fsheaders}; do
-               install -m 0644 lib/ext2fs/$h ${STAGING_INCDIR}/ext2fs/ || die "failed to install $h"
-       done
+        oe_runmake install
 }
index a909419..ddfcd61 100644 (file)
@@ -1,6 +1,6 @@
 require e2fsprogs.inc
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI += "file://no-hardlinks.patch;patch=1"
 S = "${WORKDIR}/e2fsprogs-${PV}"