aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/moblin-proto
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2010-09-02 14:48:11 +0000
committerKoen Kooi <koen@openembedded.org>2010-09-07 10:03:50 +0200
commit2eca1eb59ccb0890e4db078a4af456c9f2d194ad (patch)
treeba02f62337dd039c37ab39e3e5386778fa49439f /recipes/clutter/moblin-proto
parente0e7d53a3f2642670581679b1c327eca8ee641a0 (diff)
downloadopenembedded-2eca1eb59ccb0890e4db078a4af456c9f2d194ad.tar.gz
clutter: remove svn recipes and unreferenced files
* removed aaina: configure needs clutter-0.6 (now in toys/attic) * removed clutter*svn*: repositories no more available * removed clutter* with version < 0.8 * removed moblin-proto: repositories no more available * removed table: repositories no more available (now in toys/attic) * removed tidy: repositories no more available Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/clutter/moblin-proto')
-rw-r--r--recipes/clutter/moblin-proto/fix.patch22
-rw-r--r--recipes/clutter/moblin-proto/paths.patch15
2 files changed, 0 insertions, 37 deletions
diff --git a/recipes/clutter/moblin-proto/fix.patch b/recipes/clutter/moblin-proto/fix.patch
deleted file mode 100644
index 8bde67762c..0000000000
--- a/recipes/clutter/moblin-proto/fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile 2008-08-11 22:49:48.000000000 +0100
-+++ git/Makefile 2008-08-12 12:16:52.000000000 +0100
-@@ -15,7 +15,7 @@
-
- SCP_DESTINATION=pug.vpn:tmp
-
--BINARY=$(shell basename `pwd`)#
-+BINARY=moblin-proto
- PACKAGE=../$(BINARY).tar.bz2 # you can use both .gz and .bz2 as extension here
-
- #CFLAGS= -Wall -I /home/pippin/src/clutter-box2d/clutter-box2d
-@@ -61,7 +61,7 @@
- %.o: %.c $(HFILES)
- $(CC) -g $(CFLAGS) $(INCS) -c $< -o$@
- $(BINARY): $(OBJECTS)
-- $(CC) -o $@ $(OBJECTS) $(LIBS)
-+ $(CXX) -o $@ $(OBJECTS) $(LIBS)
-
- #$(BINARY): $(CFILES)
- # $(LD) $(CFLAGS) $(INCS) $(CFILES) $(LIBS) -o $@
diff --git a/recipes/clutter/moblin-proto/paths.patch b/recipes/clutter/moblin-proto/paths.patch
deleted file mode 100644
index d241c8ff71..0000000000
--- a/recipes/clutter/moblin-proto/paths.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/moblin-desktop.h b/moblin-desktop.h
-index 880a9ad..3d51a14 100644
---- a/moblin-desktop.h
-+++ b/moblin-desktop.h
-@@ -29,8 +29,8 @@
- #define __MAIN_H__
-
-
--#define ASSET_ROOT "./assets/"
--#define JSON_ROOT "./layouts/"
-+#define ASSET_ROOT "/usr/share/moblin-proto/assets/"
-+#define JSON_ROOT "/usr/share/moblin-proto/layouts/"
-
- typedef struct
- {