summaryrefslogtreecommitdiff
path: root/opie-security
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-24 12:28:07 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-24 12:28:07 +0000
commitb12fc12d7d7e25ce9aacf94afabed539d82deb1d (patch)
tree5a01bd1723a8cba147cef3d0212763bd5ae9629b /opie-security
parent89a16b8e3f5b168e181fa4b785dbd865a1f3951e (diff)
opie-security: recommend pin plugin to get security like in older times
BKrev: 41a47e57tC4ZR3HbN4voF7F2aCNRAQ
Diffstat (limited to 'opie-security')
-rw-r--r--opie-security/opie-security_1.1.7.oe25
-rw-r--r--opie-security/opie-security_cvs.oe2
2 files changed, 27 insertions, 0 deletions
diff --git a/opie-security/opie-security_1.1.7.oe b/opie-security/opie-security_1.1.7.oe
index e69de29bb2..edf9a67313 100644
--- a/opie-security/opie-security_1.1.7.oe
+++ b/opie-security/opie-security_1.1.7.oe
@@ -0,0 +1,25 @@
+DESCRIPTION = "Security settings dialog for the Opie environment."
+SECTION = "opie/settings"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+RRECOMMENDS = "opie-securityplugin-pin"
+PR = "r1"
+
+APPNAME = "security"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/settings/security \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libsecurity.so* bin/security apps/Settings/Security.desktop pics/security
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+
diff --git a/opie-security/opie-security_cvs.oe b/opie-security/opie-security_cvs.oe
index dc1feb95de..5d7b2c3c21 100644
--- a/opie-security/opie-security_cvs.oe
+++ b/opie-security/opie-security_cvs.oe
@@ -3,6 +3,8 @@ SECTION = "opie/settings"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
+RRECOMMENDS = "opie-securityplugin-pin"
+PR = "r1"
PV = "1.1.7+cvs-${CVSDATE}"
APPNAME = "security"