aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-shr-drm-devel/0001-Add-drm-to-Makefile-version.patch
blob: 99345f7d5471583095322ec12b685251084f1059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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