mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
e2fsprogs-native: Stage binaries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1223 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require e2fsprogs.inc
|
||||
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
SRC_URI += "file://no-hardlinks.patch;patch=1"
|
||||
S = "${WORKDIR}/e2fsprogs-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user