diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-01 09:20:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:46:52 +0200 |
commit | 21b85f3426b5f3e0c937bfaa53e331fac0894110 (patch) | |
tree | 62c9f36eeef76839eec39708a7ceec4d11b19fca /meta-oe/recipes-graphics | |
parent | b52a74b7a245a28dcdd91c3336e1cd86604befac (diff) | |
download | meta-openembedded-21b85f3426b5f3e0c937bfaa53e331fac0894110.tar.gz |
recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb index 765dcf2db..fc5da4942 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT-X" | |||
4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" | 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" |
5 | DEPENDS = "virtual/libx11 libxi" | 5 | DEPENDS = "virtual/libx11 libxi" |
6 | 6 | ||
7 | PR = "r6" | 7 | PR = "r7" |
8 | 8 | ||
9 | inherit autotools systemd | 9 | inherit autotools systemd |
10 | 10 | ||