mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
Index: proxy-libintl-20080418-r6/src/proxy-libintl/Makefile
|
||||
===================================================================
|
||||
--- proxy-libintl-20080418-r6.orig/src/proxy-libintl/Makefile 2010-07-25 08:40:22.893620001 -0700
|
||||
+++ proxy-libintl-20080418-r6/src/proxy-libintl/Makefile 2010-07-25 10:51:29.573620000 -0700
|
||||
@@ -6,16 +6,13 @@ CFLAGS = -Wall -I ../../include
|
||||
|
||||
all : ../../lib/libintl.so ../../lib/intl.lib
|
||||
|
||||
-../../lib/libintl.so : libintl.o
|
||||
- $(CC) -shared -o $@ libintl.o
|
||||
+../../lib/libintl.so : libintl.c
|
||||
+ $(CC) $(CFLAGS) -shared -Wl,-soname -Wl,libintl.so -o $@ $<
|
||||
|
||||
../../lib/intl.lib : ../../lib/libintl.so
|
||||
cp ../../lib/libintl.so $@
|
||||
$(STRIP) --strip-unneeded $@
|
||||
|
||||
-libintl.o : libintl.c
|
||||
- $(CC) $(CFLAGS) -c libintl.c
|
||||
-
|
||||
clean :
|
||||
rm -f *.o ../../lib/libintl.so ../../$(ZIPFILE)
|
||||
|
||||
Reference in New Issue
Block a user