diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-02 15:11:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-02 15:11:20 +0000 |
commit | 10284f67bd365ceeed57a8946bf96c95a106e2be (patch) | |
tree | 262a339a1c7be08a150b2f695ac30fecc1a306fc /packages/hal/hal_git.bb | |
parent | ab4c379259186eddf278338100eff781518d1cbe (diff) |
hal: revert PIDFILE hunk
Diffstat (limited to 'packages/hal/hal_git.bb')
-rw-r--r-- | packages/hal/hal_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hal/hal_git.bb b/packages/hal/hal_git.bb index 0cdcafd24d..e2e9418810 100644 --- a/packages/hal/hal_git.bb +++ b/packages/hal/hal_git.bb @@ -14,7 +14,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ file://99_hal" PV = "0.5.9.1+git${SRCDATE}" -PR = "r4" +PR = "r5" S = "${WORKDIR}/git" |