mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
e2fsprogs: fix multilib header conflict - ext2_types.h
ext2_types.h conflicts between 32-bit and 64-bit versions. (From OE-Core rev: e5bae3426856f9d2fdb604278154b6242011d103) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,5 +22,4 @@ DEPENDS = "util-linux"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
|
||||
file://mkdir.patch"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
inherit autotools gettext pkgconfig multilib_header
|
||||
|
||||
@@ -52,6 +52,8 @@ do_install () {
|
||||
mv ${D}${base_libdir}/e2initrd_helper ${D}${libdir}
|
||||
mv ${D}${base_libdir}/pkgconfig ${D}${libdir}
|
||||
fi
|
||||
|
||||
oe_multilib_header ext2fs/ext2_types.h
|
||||
}
|
||||
|
||||
RDEPENDS_e2fsprogs = "e2fsprogs-badblocks"
|
||||
|
||||
Reference in New Issue
Block a user