[ELDK] [PATCH] Fix bugs introduced with "empty" skeleton patch
Wolfgang Denk
wd at denx.de
Fri Nov 12 13:34:08 CET 2010
Commit 0a72efa "Add support for 'empty' skeleton" introduced a problem
when used with other skeletons: sequence of steps is important, and
adding of dependency libs was forgotten.
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index f683e28..016152c 100644
--- a/Makefile
+++ b/Makefile
@@ -166,11 +166,12 @@ ifeq ($(SKEL_EMPTY),y)
DEP_ROOTFS += $(STAMP_CUSTOM_COPY)
DEP_ROOTFS += $(STAMP_TIMESTAMP)
else
-DEP_ROOTFS = $(STAMP_ADD_DIRS)
+DEP_ROOTFS = $(STAMP_RFSB_SKEL)
+DEP_ROOTFS += $(STAMP_CUSTOM_COPY)
+DEP_ROOTFS += $(STAMP_ADD_DIRS)
+DEP_ROOTFS += $(STAMP_DEPLIB)
DEP_ROOTFS += $(STAMP_ELDK_PKGS)
DEP_ROOTFS += $(STAMP_CUSTOM_PKGS)
-DEP_ROOTFS += $(STAMP_CUSTOM_COPY)
-DEP_ROOTFS += $(STAMP_RFSB_SKEL)
DEP_ROOTFS += $(STAMP_TIMESTAMP)
endif
--
1.7.2.3
More information about the eldk
mailing list