diff mbox series

[OpenWrt-Devel,v2,03/12] tools/popt: new package

Message ID 20191121162322.671035-4-thomas.petazzoni@bootlin.com
State Rejected, archived
Headers show
Series dm-verity support | expand

Commit Message

Thomas Petazzoni Nov. 21, 2019, 4:23 p.m. UTC
popt for the host will be needed as a dependency of cryptsetup for the
host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 tools/popt/Makefile | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 tools/popt/Makefile
diff mbox series

Patch

diff --git a/tools/popt/Makefile b/tools/popt/Makefile
new file mode 100644
index 0000000000..7a6de9fa02
--- /dev/null
+++ b/tools/popt/Makefile
@@ -0,0 +1,22 @@ 
+#
+# 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:=popt
+PKG_VERSION:=1.16
+PKG_HASH:=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
+PKG_RELEASE:=1
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=http://rpm5.org/files/popt
+
+HOST_BUILD_PARALLEL:=1
+
+include $(INCLUDE_DIR)/host-build.mk
+
+$(eval $(call HostBuild))