aboutsummaryrefslogtreecommitdiffstats
path: root/packages/otpcalc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-03 13:13:00 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-03 13:13:00 +0000
commitee562034d957731d6ff6eb8d22035e1c206890a3 (patch)
tree8d8ab3cc5eaa9e481683b55d3635625581f643b0 /packages/otpcalc
parent102eafc24be4bc751c01cdff6dc3defae047f914 (diff)
downloadopenembedded-ee562034d957731d6ff6eb8d22035e1c206890a3.tar.gz
otpcalc: add defition of S which indeed is not expendable as Yuri pointed out correctly in bug 4441.
Diffstat (limited to 'packages/otpcalc')
-rw-r--r--packages/otpcalc/otpcalc_0.97.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/otpcalc/otpcalc_0.97.bb b/packages/otpcalc/otpcalc_0.97.bb
index dd113c9504..baeddd91a9 100644
--- a/packages/otpcalc/otpcalc_0.97.bb
+++ b/packages/otpcalc/otpcalc_0.97.bb
@@ -3,14 +3,16 @@ DESCRIPTION = "An OTP and S/Key calculator for X"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS = "gtk+ openssl"
-PR = "r0"
+PR = "r1"
+
+S = "${WORKDIR}/otpCalc-${PV}"
SRC_URI = "http://killa.net/infosec/otpCalc/otpCalc-${PV}.tar.gz \
file://otpcalc-man-table-format.diff;patch=1 \
file://otpcalc-0.97-badindex.diff;patch=1 \
file://otpcalc-crypto-proto.diff;patch=1 \
file://otpcalc-0.97-gtk2-gentoo.patch;patch=1 \
- "
+ "
inherit autotools pkgconfig