projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: fix patch naming
[openwrt.git]
/
package
/
e2fsprogs
/
Makefile
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
c05105a
..
bf74414
100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-49,7
+49,7
@@
endef
define Package/uuidgen
$(call Package/e2fsprogs)
define Package/uuidgen
$(call Package/e2fsprogs)
- DEPENDS:=libuuid
+ DEPENDS:=
+
libuuid
TITLE:=Command line utility to create a new UUID value
endef
TITLE:=Command line utility to create a new UUID value
endef
@@
-86,25
+86,25
@@
endef
define Package/tune2fs
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem tune utility
define Package/tune2fs
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem tune utility
- DEPENDS:=e2fsprogs
+ DEPENDS:=
+
e2fsprogs
endef
define Package/resize2fs
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem resize utility
endef
define Package/resize2fs
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem resize utility
- DEPENDS:=e2fsprogs
+ DEPENDS:=
+
e2fsprogs
endef
define Package/badblocks
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem badblocks utility
endef
define Package/badblocks
$(call Package/e2fsprogs)
TITLE:=Ext2 Filesystem badblocks utility
- DEPENDS:=e2fsprogs
+ DEPENDS:=
+
e2fsprogs
endef
define Package/blkid
$(call Package/e2fsprogs)
TITLE:=Command-line utility to locate/print block device attributes
endef
define Package/blkid
$(call Package/e2fsprogs)
TITLE:=Command-line utility to locate/print block device attributes
- DEPENDS:=
libuuid
libblkid
+ DEPENDS:=
+libuuid +
libblkid
endef
TARGET_CFLAGS += $(FPIC)
endef
TARGET_CFLAGS += $(FPIC)
@@
-177,7
+177,7
@@
endef
define Package/libext2fs/install
$(INSTALL_DIR) $(1)/usr/lib
define Package/libext2fs/install
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libext2fs.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libext2fs.so
.
* $(1)/usr/lib/
endef
define Package/tune2fs/install
endef
define Package/tune2fs/install
This page took
0.020503 seconds
and
4
git commands to generate.