]> xenbits.xen.org Git - xenclient/build.git/commitdiff
Fix cryptsetup/e2fsprogs dependencies.
authorChristian Limpach <chris@rogan.ad.xensource.com>
Thu, 7 Jan 2010 01:11:46 +0000 (01:11 +0000)
committerChristian Limpach <chris@rogan.ad.xensource.com>
Thu, 7 Jan 2010 01:11:46 +0000 (01:11 +0000)
package/cryptsetup/cryptsetup.mk
package/e2fsprogs/e2fsprogs.mk

index 419c64d506d6d40da9c166572e0cf4fd36613452..a0cad181c35516f79db4405324ea9b125b369b45 100644 (file)
@@ -47,7 +47,7 @@ $(TARGET_DIR)/$(CRYPTSETUP_TARGET_BINARY): $(CRYPTSETUP_DIR)/$(CRYPTSETUP_BINARY
        $(STRIPCMD) $(TARGET_DIR)/$(CRYPTSETUP_TARGET_BINARY)
 
 
-cryptsetup: libgcrypt libgpg-error popt host-e2fsprogs-uuid uclibc $(TARGET_DIR)/$(CRYPTSETUP_TARGET_BINARY)
+cryptsetup: libgcrypt libgpg-error popt e2fsprogs uclibc $(TARGET_DIR)/$(CRYPTSETUP_TARGET_BINARY)
 
 cryptsetup-source: $(DL_DIR)/$(CRYPTSETUP_SOURCE)
 
index de60c6a51113a307edb4c63cf6b30ca76b510512..625c9afc7b73bd2fe3473e9757bef55692f12439 100644 (file)
@@ -126,17 +126,9 @@ endif
 e2fsprogs: uclibc util-linux-ng \
        $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY)
 
-host-e2fsprogs-uuid:  $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY) $(STAGING_DIR)/usr/include/uuid/uuid.h 
-
-$(STAGING_DIR)/usr/include/uuid/uuid.h:
-       mkdir -p $(STAGING_DIR)/usr/include/uuid/
-       cp $(E2FSPROGS_DIR)/lib/uuid/uuid.h     $(STAGING_DIR)/usr/include/uuid
-       cp $(E2FSPROGS_DIR)/lib/libuuid.a $(STAGING_DIR)/usr/lib
-
 e2fsprogs-clean:
        -$(MAKE1) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(E2FSPROGS_DIR) uninstall
        -$(MAKE1) -C $(E2FSPROGS_DIR) clean
-       rm -rf $(STAGING_DIR)/usr/include/uuid $(STAGING_DIR)/usr/lib
 
 e2fsprogs-dirclean:
        rm -rf $(E2FSPROGS_DIR)