diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-25 12:01:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-25 12:29:40 +0100 |
commit | 10a12580ea61040615590dc9fe442d3de79a38a1 (patch) | |
tree | c8703e3ff2d2e91cba36b4faba71eb7edf45aac7 /recipes/hal/hal_0.5.14+git.bb | |
parent | b31b8aa5b7183a75c5e68e755f1f4736cbc9e2c6 (diff) |
hal 0.5.14+git: teach linux devices.c about 'input.touchscreen'
Diffstat (limited to 'recipes/hal/hal_0.5.14+git.bb')
-rw-r--r-- | recipes/hal/hal_0.5.14+git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/hal/hal_0.5.14+git.bb b/recipes/hal/hal_0.5.14+git.bb index dfbf60d11f..6a842cf047 100644 --- a/recipes/hal/hal_0.5.14+git.bb +++ b/recipes/hal/hal_0.5.14+git.bb @@ -4,12 +4,14 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ + file://0001-Add-touchscreen-option.patch;patch=1 \ file://20hal \ file://99_hal" SRCREV = "6dccf8e3ad181e8f56b1d2a994ec50a1953a1c2d" PV = "0.5.14" +PR = "r1" PR_append = "+gitr${SRCREV}" S = "${WORKDIR}/git" |