Message ID | 1335367559.2428.16.camel@sven |
---|---|
State | Superseded |
Headers | show |
On 2012-04-25 12:25, Sven Neumann wrote: > Or add code that installs the blkid utility if > BR2_PACKAGE_UTIL_LINUX_LIBUUID is selected: I sent v2 with the blkid/uuid utilities not mentioned any more in Config.in If utilities are enabled they'll be installed since lib* are now forced on as per Thomas's suggestion on IRC when utilities are. Looking forward we should probably make a "useful" and "useless" tools options since mkfs.minixfs and tools such as that are mostly useless in embedded systems. Regards.
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index a0101a3..3f2c4d6 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -87,6 +87,7 @@ ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBBLKID),y) define UTIL_LINUX_INSTALL_LIBBLKID $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/libblkid \ DESTDIR=$(TARGET_DIR) install + $(INSTALL) -D -m 0755 $(@D)/misc-utils/blkid $(TARGET_DIR)/sbin endef endif