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

Laibsch commit oe at amethyst.openembedded.net
Mon Sep 1 17:49:45 UTC 2008


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

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 5a52ab566d209c638ed43eed3f5755590d21a427
ViewMTN: http://monotone.openembedded.org/revision/info/5a52ab566d209c638ed43eed3f5755590d21a427
Files:
1
packages/otpcalc/otpcalc_0.97.bb
Diffs:

#
# mt diff -rac0dc7ac4c7c702a9d090d31454d1cd7112fa3c3 -r5a52ab566d209c638ed43eed3f5755590d21a427
#
#
#
# patch "packages/otpcalc/otpcalc_0.97.bb"
#  from [53c0c060006d6a65c1ca1f03f90de81b52b1ffd9]
#    to [bcfa78f34255fbf17658a52b3d47a596146ff8d1]
#
============================================================
--- packages/otpcalc/otpcalc_0.97.bb	53c0c060006d6a65c1ca1f03f90de81b52b1ffd9
+++ packages/otpcalc/otpcalc_0.97.bb	bcfa78f34255fbf17658a52b3d47a596146ff8d1
@@ -3,14 +3,16 @@ DEPENDS = "gtk+ openssl"
 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