On 3/11/19 5:20 PM, Thomas Petazzoni wrote: > From: Thomas Petazzoni <thomas.petazz...@free-electrons.com>
Does this email address still exists? > libaio for the host will be needed as a dependency of lvm2, itself a > dependency of cryptsetup. > > Signed-off-by: Thomas Petazzoni <thomas.petazz...@bootlin.com> > --- > tools/Makefile | 1 + > tools/libaio/Makefile | 33 +++++++++++++++++++++++++++++++++ > 2 files changed, 34 insertions(+) > create mode 100644 tools/libaio/Makefile > > diff --git a/tools/Makefile b/tools/Makefile > index 9a354f6c70..9702b4df25 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -27,6 +27,7 @@ tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage > tools-y += firmware-utils patch-image quilt padjffs2 > tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt > patchelf > tools-y += mtools dosfstools libressl > +tools-y += libaio I would prefer if this only gets build when CONFIG_TARGET_ROOTFS_SQUASHFS_HASHED is set or some other config variable. > tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 > tools-$(CONFIG_TARGET_x86) += qemu > tools-$(CONFIG_TARGET_mxs) += elftosb sdimage > diff --git a/tools/libaio/Makefile b/tools/libaio/Makefile > new file mode 100644 > index 0000000000..475df7fc1d > --- /dev/null > +++ b/tools/libaio/Makefile > @@ -0,0 +1,33 @@ > +# > +# Copyright (C) 2010-2015 OpenWrt.org > +# > +# This is free software, licensed under the GNU General Public License v2. > +# See /LICENSE for more information. > +# > + > +include $(TOPDIR)/rules.mk > + > +PKG_NAME:=libaio > +PKG_VERSION:=0.3.111 > +PKG_HASH:=62cf871ad8fd09eb3418f00aca7a7d449299b8e1de31c65f28bf6a2ef1fa502a > +PKG_RELEASE:=1 > + > +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz > +PKG_SOURCE_URL:=https://releases.pagure.org/libaio > + > +HOST_BUILD_PARALLEL:=1 > + > +include $(INCLUDE_DIR)/host-build.mk > + > +define Host/Configure > +endef Is this empty configure section needed? > + > +define Host/Compile > + $(MAKE) -C $(HOST_BUILD_DIR) > +endef > + > +define Host/Install > + $(MAKE) -C $(HOST_BUILD_DIR) prefix=$(HOST_BUILD_PREFIX) install > +endef > + > +$(eval $(call HostBuild)) > _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel