[oe-commits] : otpcalc: add defition of S which indeed is not expendable as Yuri pointed out correctly in bug 4441 .

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Aug 3 13:30:27 UTC 2008


Module: OE.dev
Branch: master
Commit: 8541f9a095a8b8b86d07429d6ccb760a8abe7145
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=8541f9a095a8b8b86d07429d6ccb760a8abe7145

Author:  <Laibsch at openembedded.org>
Date:   Sun Aug  3 13:13:00 2008 +0000

otpcalc: add defition of S which indeed is not expendable as Yuri pointed out correctly in bug 4441.

---

 packages/otpcalc/otpcalc_0.97.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/otpcalc/otpcalc_0.97.bb b/packages/otpcalc/otpcalc_0.97.bb
index dd113c9..baeddd9 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
 





More information about the Openembedded-commits mailing list