From 9e0ff1423b0617f7275c7cc75ff932ec10ed0ed8 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 11 Jun 2007 15:36:52 +0000 Subject: MAINTAINERS: add an entry for CoreDump restores information removed in bug 2449 at the proper place. --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 325c0f8b0e..9b6e0b8059 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -132,6 +132,11 @@ Recipes: linux, hostap*, orinoco*, wpa-supplicant*, wireless-tools, keymaps Recipes: linux-rp, gammu Recipes: ttf-fonts/* +Person: Matthias 'CoreDump' Hentges +Website: http://www.hentges.net +Machines: collie, spitz +Recipes: altboot, webcam-server + Person: Michael 'Mickey' Lauer Mail: mlauer@vanille-media.de Distros: Ångström, generic -- cgit v1.2.3 From c2c7686b5bff9de5a423ac7d79ba9a910253d486 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 11 Jun 2007 16:11:24 +0000 Subject: gspcav1: (futile) attempt at unb0rking package * renamed 20070110 directory to files so that patches are applicable to all releases * MS.patch does not apply cleanly to latest release * setting default pref to -1 for latest release * "known good version" from 20070110 is indeed b0rked as well. It breaks in do_compile. * giving up since I have no personal interest in this package. "you can't break it if it ain't fixed" applies here. Leaving it less b0rked than it was before. Good luck to the next guy ;-) --- packages/gspcav1/files/.mtn2git_empty | 0 packages/gspcav1/files/MS.patch | 29 ++++++++++++++++++++++++ packages/gspcav1/files/Makefile.patch | 11 +++++++++ packages/gspcav1/gspcav1-20070110/.mtn2git_empty | 0 packages/gspcav1/gspcav1-20070110/MS.patch | 29 ------------------------ packages/gspcav1/gspcav1-20070110/Makefile.patch | 11 --------- packages/gspcav1/gspcav1_20070508.bb | 2 ++ 7 files changed, 42 insertions(+), 40 deletions(-) create mode 100644 packages/gspcav1/files/.mtn2git_empty create mode 100644 packages/gspcav1/files/MS.patch create mode 100644 packages/gspcav1/files/Makefile.patch delete mode 100644 packages/gspcav1/gspcav1-20070110/.mtn2git_empty delete mode 100644 packages/gspcav1/gspcav1-20070110/MS.patch delete mode 100644 packages/gspcav1/gspcav1-20070110/Makefile.patch diff --git a/packages/gspcav1/files/.mtn2git_empty b/packages/gspcav1/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gspcav1/files/MS.patch b/packages/gspcav1/files/MS.patch new file mode 100644 index 0000000000..588a4bc3da --- /dev/null +++ b/packages/gspcav1/files/MS.patch @@ -0,0 +1,29 @@ +--- gspcav1-20070110/gspca_core.c.orig 2007-03-16 23:24:37.000000000 +0000 ++++ gspcav1-20070110/gspca_core.c 2007-03-16 23:24:43.000000000 +0000 +@@ -398,7 +398,7 @@ + Sonyc002, + Vimicro0321, + Orbicam, +- M$VX1000, ++ MSVX1000, + Trust610LCDPowerCamZoom, + Sonyc001, + LastCamera +@@ -580,7 +580,7 @@ + {Sonyc002,"Vc0321"}, + {Vimicro0321,"Vc0321"}, + {Orbicam,"Logitech Orbicam"}, +- {M$VX1000,"MicroSoft VX1000"}, ++ {MSVX1000,"MicroSoft VX1000"}, + {Trust610LCDPowerCamZoom, "Trust 610 LCD PowerC@m Zoom"}, + {Sonyc001,"Sony Visual Communication VGP-VCC1"}, + {-1, NULL} +@@ -3124,7 +3124,7 @@ + case 0x045e: + switch(product){ + case 0x00f7: +- spca50x->desc = M$VX1000; ++ spca50x->desc = MSVX1000; + spca50x->bridge = BRIDGE_SN9CXXX; + spca50x->sensor = SENSOR_OV7660; + spca50x->customid = SN9C105; diff --git a/packages/gspcav1/files/Makefile.patch b/packages/gspcav1/files/Makefile.patch new file mode 100644 index 0000000000..87262686cb --- /dev/null +++ b/packages/gspcav1/files/Makefile.patch @@ -0,0 +1,11 @@ +--- gspcav1-20070110/Makefile.orig 2007-03-16 23:20:18.000000000 +0000 ++++ gspcav1-20070110/Makefile 2007-03-16 23:20:44.000000000 +0000 +@@ -41,7 +41,7 @@ + MODULE_INSTALLDIR2 = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/media/video/ + + default: +- $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC=$(CC) modules ++ $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC="$(CC)" modules + + install: + mkdir -p $(MODULE_INSTALLDIR) diff --git a/packages/gspcav1/gspcav1-20070110/.mtn2git_empty b/packages/gspcav1/gspcav1-20070110/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/gspcav1/gspcav1-20070110/MS.patch b/packages/gspcav1/gspcav1-20070110/MS.patch deleted file mode 100644 index 588a4bc3da..0000000000 --- a/packages/gspcav1/gspcav1-20070110/MS.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- gspcav1-20070110/gspca_core.c.orig 2007-03-16 23:24:37.000000000 +0000 -+++ gspcav1-20070110/gspca_core.c 2007-03-16 23:24:43.000000000 +0000 -@@ -398,7 +398,7 @@ - Sonyc002, - Vimicro0321, - Orbicam, -- M$VX1000, -+ MSVX1000, - Trust610LCDPowerCamZoom, - Sonyc001, - LastCamera -@@ -580,7 +580,7 @@ - {Sonyc002,"Vc0321"}, - {Vimicro0321,"Vc0321"}, - {Orbicam,"Logitech Orbicam"}, -- {M$VX1000,"MicroSoft VX1000"}, -+ {MSVX1000,"MicroSoft VX1000"}, - {Trust610LCDPowerCamZoom, "Trust 610 LCD PowerC@m Zoom"}, - {Sonyc001,"Sony Visual Communication VGP-VCC1"}, - {-1, NULL} -@@ -3124,7 +3124,7 @@ - case 0x045e: - switch(product){ - case 0x00f7: -- spca50x->desc = M$VX1000; -+ spca50x->desc = MSVX1000; - spca50x->bridge = BRIDGE_SN9CXXX; - spca50x->sensor = SENSOR_OV7660; - spca50x->customid = SN9C105; diff --git a/packages/gspcav1/gspcav1-20070110/Makefile.patch b/packages/gspcav1/gspcav1-20070110/Makefile.patch deleted file mode 100644 index 87262686cb..0000000000 --- a/packages/gspcav1/gspcav1-20070110/Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gspcav1-20070110/Makefile.orig 2007-03-16 23:20:18.000000000 +0000 -+++ gspcav1-20070110/Makefile 2007-03-16 23:20:44.000000000 +0000 -@@ -41,7 +41,7 @@ - MODULE_INSTALLDIR2 = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/media/video/ - - default: -- $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC=$(CC) modules -+ $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC="$(CC)" modules - - install: - mkdir -p $(MODULE_INSTALLDIR) diff --git a/packages/gspcav1/gspcav1_20070508.bb b/packages/gspcav1/gspcav1_20070508.bb index e1fc443d36..14c98e3e3a 100644 --- a/packages/gspcav1/gspcav1_20070508.bb +++ b/packages/gspcav1/gspcav1_20070508.bb @@ -4,6 +4,8 @@ PRIORITY = "optional" SECTION = "kernel/modules" LICENSE = "GPL" +DEFAULT_PREFERENCE = "-1" + PR = "r1" SRC_URI = "http://mxhaard.free.fr/spca50x/Download/oldrelease/${PN}-${PV}.tar.gz \ -- cgit v1.2.3