|
@@ -12,6 +12,14 @@ E2FSPROGS_LICENSE_FILES = NOTICE lib/uuid/COPYING lib/ss/mit-sipb-copyright.h li
|
|
E2FSPROGS_INSTALL_STAGING = YES
|
|
E2FSPROGS_INSTALL_STAGING = YES
|
|
E2FSPROGS_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-libs
|
|
E2FSPROGS_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-libs
|
|
E2FSPROGS_DEPENDENCIES = host-pkgconf util-linux
|
|
E2FSPROGS_DEPENDENCIES = host-pkgconf util-linux
|
|
|
|
+# we don't have a host-util-linux
|
|
|
|
+HOST_E2FSPROGS_DEPENDENCIES = host-pkgconf
|
|
|
|
+
|
|
|
|
+# For 0002-fuse2fs-might-need-librt.patch
|
|
|
|
+# host-gettext for the gettext macro file needed at autoreconf time
|
|
|
|
+E2FSPROGS_AUTORECONF = YES
|
|
|
|
+E2FSPROGS_DEPENDENCIES += host-gettext
|
|
|
|
+HOST_E2FSPROGS_DEPENDENCIES += host-gettext
|
|
|
|
|
|
# e4defrag doesn't build on older systems like RHEL5.x, and we don't
|
|
# e4defrag doesn't build on older systems like RHEL5.x, and we don't
|
|
# need it on the host anyway.
|
|
# need it on the host anyway.
|
|
@@ -61,8 +69,6 @@ E2FSPROGS_MAKE_OPTS = \
|
|
define HOST_E2FSPROGS_INSTALL_CMDS
|
|
define HOST_E2FSPROGS_INSTALL_CMDS
|
|
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs
|
|
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs
|
|
endef
|
|
endef
|
|
-# we don't have a host-util-linux
|
|
|
|
-HOST_E2FSPROGS_DEPENDENCIES = host-pkgconf
|
|
|
|
|
|
|
|
# binaries to keep or remove
|
|
# binaries to keep or remove
|
|
E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_BADBLOCKS) += usr/sbin/badblocks
|
|
E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_BADBLOCKS) += usr/sbin/badblocks
|