summaryrefslogtreecommitdiff
path: root/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-11-02 10:08:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-02 10:08:00 +0000
commit01518ada4b0ca1571f4b4d21c884b02e9371da62 (patch)
tree25235b628ee04807ada4ef3ada76d4b534a8bb1a /meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
parentc90c0ceca50fee19e683c19468110fba51da6cfe (diff)
downloadopenembedded-core-01518ada4b0ca1571f4b4d21c884b02e9371da62.tar.gz
openembedded-core-01518ada4b0ca1571f4b4d21c884b02e9371da62.tar.bz2
openembedded-core-01518ada4b0ca1571f4b4d21c884b02e9371da62.tar.xz
openembedded-core-01518ada4b0ca1571f4b4d21c884b02e9371da62.zip
meta-emenlow: Rename packages to recipes in line with main repository
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch')
-rw-r--r--meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch b/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
new file mode 100644
index 000000000..26b1f52a3
--- /dev/null
+++ b/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
@@ -0,0 +1,20 @@
+Index: mesa/src/mesa/x86/Makefile
+===================================================================
+--- mesa.orig/src/mesa/x86/Makefile 2010-10-11 16:34:12.664960996 +0100
++++ mesa/src/mesa/x86/Makefile 2010-10-11 16:34:43.854960861 +0100
+@@ -20,11 +20,12 @@
+ -rm -f matypes.h gen_matypes
+
+
+-gen_matypes: gen_matypes.c
+- $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes
++#gen_matypes: gen_matypes.c
++# $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes
+
+ # need some special rules here, unfortunately
+-matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes
++matypes.h: ../main/mtypes.h ../tnl/t_context.h
++# gen_matypes
+ ./gen_matypes > matypes.h
+
+ common_x86_asm.o: matypes.h