move layer into meta-oe in preparation for future splits

As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-03-17 21:41:22 +01:00
parent eec6ab97f7
commit c58cc7d379
582 changed files with 2397 additions and 0 deletions
@@ -0,0 +1,12 @@
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
index dcd578f..1428423 100644
--- a/src/interfaces/ecpg/Makefile
+++ b/src/interfaces/ecpg/Makefile
@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep:
$(MAKE) -C ecpglib $@
$(MAKE) -C compatlib $@
$(MAKE) -C preproc $@
- $(MAKE) -C test $@
clean distclean maintainer-clean:
-$(MAKE) -C include $@