[oe-commits] org.oe.dev otpkeygen: rename otpkeygen binary - close #1663

hrw commit openembedded-commits at lists.openembedded.org
Wed Dec 13 10:39:37 UTC 2006


otpkeygen: rename otpkeygen binary - close #1663

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: a7185dcabd44a4b6ad4fe458c117df084e761f2d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a7185dcabd44a4b6ad4fe458c117df084e761f2d
Files:
1
packages/otpkeygen/otpkeygen_1.3.0.bb
Diffs:

#
# mt diff -r03ee5c18fcd59d8dab308dd8b281cf7dfd3a96b7 -ra7185dcabd44a4b6ad4fe458c117df084e761f2d
#
# 
# 
# patch "packages/otpkeygen/otpkeygen_1.3.0.bb"
#  from [cb56ef8ab99843aa651704154101590ef30dc2e1]
#    to [d32cb11784b3d8b1450a53a50e9b8b694ddaa349]
# 
============================================================
--- packages/otpkeygen/otpkeygen_1.3.0.bb	cb56ef8ab99843aa651704154101590ef30dc2e1
+++ packages/otpkeygen/otpkeygen_1.3.0.bb	d32cb11784b3d8b1450a53a50e9b8b694ddaa349
@@ -1,10 +1,10 @@ APPTYPE="binary"
 DESCRIPTION = "OTP S/Key password generator"
 SECTION = "opie/applications"
 HOMEPAGE = "http://www.bitrot.de/pda_otpkeygen.html"
 AUTHOR = "Thomas Driemeyer <thomas at bitrot.de>"
 LICENSE = "GPL"
 APPTYPE="binary"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.bitrot.de/pub/otpkeygen/otpkeygen-src_${PV}.tar.gz"
 
@@ -22,7 +22,7 @@ do_install() {
     install -d ${D}${palmtopdir}/bin/
     install -d ${D}${palmtopdir}/pics/
 
-    install -m 0755 ${WORKDIR}/src/src ${D}${palmtopdir}/bin/
+    install -m 0755 ${WORKDIR}/src/src ${D}${palmtopdir}/bin/otpkeygen
     install -m 0644 ${WORKDIR}/apps/Applications/otpkeygen.desktop ${D}${palmtopdir}/apps/Applications/
     install -m 0644 ${WORKDIR}/pics/otpkeygen.png ${D}${palmtopdir}/pics/
 }






More information about the Openembedded-commits mailing list