mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
20
package/e2tools/e2tools.mk
Normal file
20
package/e2tools/e2tools.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# e2tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6
|
||||
E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION))
|
||||
|
||||
# Source coming from GitHub, no configure included.
|
||||
E2TOOLS_AUTORECONF = YES
|
||||
E2TOOLS_LICENSE = GPL-2.0
|
||||
E2TOOLS_LICENSE_FILES = COPYING
|
||||
E2TOOLS_DEPENDENCIES = e2fsprogs
|
||||
E2TOOLS_CONF_ENV = LIBS="-lpthread"
|
||||
HOST_E2TOOLS_DEPENDENCIES = host-e2fsprogs
|
||||
HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user