diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:02:11 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:08 +0100 |
commit | d977d3744d720085b2d4c0959189ef18b1517318 (patch) | |
tree | 8efcb80fcc2221850bf605389d2c3d847e36abbb /recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch | |
parent | db1b0c20612bc91df53b3654b2b9256b82f382fa (diff) |
linux-openmoko-shr-drm: new recipe for 2.6.29-rc3 kernel with DRM/KMS support
Diffstat (limited to 'recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch')
-rw-r--r-- | recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch b/recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch new file mode 100644 index 0000000000..99345f7d54 --- /dev/null +++ b/recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch @@ -0,0 +1,25 @@ +From 153af7f8e784e03401dc103f16741397ce6ca914 Mon Sep 17 00:00:00 2001 +From: Martin Jansa <Martin.Jansa@gmail.com> +Date: Sun, 8 Nov 2009 12:50:40 +0100 +Subject: [PATCH] Add -drm to Makefile version + +--- + Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile b/Makefile +index ebf0aa4..16b189f 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 6 + SUBLEVEL = 29 +-EXTRAVERSION += -rc3 ++EXTRAVERSION += -rc3-drm + NAME = Erotic Pickled Herring + + # *DOCUMENTATION* +-- +1.6.5.2 + |