aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-19 18:52:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-22 19:00:56 +0200
commit4e896feefbf034a0d0bf5409bc69d86c24859ca4 (patch)
tree1ca25f5902f286f1ae1b582690b9b28129e4926e /meta-oe/recipes-support/p910nd/p910nd_0.95.bb
parent567963f9fe29b8b1f357baddfe266ff8a58e6f09 (diff)
downloadmeta-openembedded-contrib-4e896feefbf034a0d0bf5409bc69d86c24859ca4.tar.gz
p910nd: Fix the lock directory use
The original code uses a subdir inside of /var/lock which is hard for us to manage as it may be running in tmpfs; we did change it for avoid the subdir so it just works. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/p910nd/p910nd_0.95.bb')
-rw-r--r--meta-oe/recipes-support/p910nd/p910nd_0.95.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
index 6880e1c9fc..5ebbb29e10 100644
--- a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
+++ b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
@@ -4,9 +4,10 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-PR = "r1"
+PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2 \
+ file://fix-var-lock.patch"
SRC_URI[md5sum] = "c7ac6afdf7730ac8387a8e87198d4491"
SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029"