diff options
Diffstat (limited to 'opie-systemtime/opie-systemtime_1.1.6.oe')
-rw-r--r-- | opie-systemtime/opie-systemtime_1.1.6.oe | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/opie-systemtime/opie-systemtime_1.1.6.oe b/opie-systemtime/opie-systemtime_1.1.6.oe deleted file mode 100644 index 3bc5f4eea6..0000000000 --- a/opie-systemtime/opie-systemtime_1.1.6.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Set the system time - utilizing ntpdate, if available." -SECTION = "opie/settings" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -RRECOMMENDS = "ntpdate" - - -APPNAME = "systemtime" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/settings/netsystemtime \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/etc \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" - -S = "${WORKDIR}/netsystemtime" - -inherit opie - -# FILES plugins/application/libsystemtime.so* bin/systemtime apps/Settings/systemtime.desktop etc/ntpservers pics/netsystemtime -do_install() { - install -d ${D}${palmtopdir}/pics/netsystemtime/ - install -d ${D}${palmtopdir}/etc - install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ - install -m 0644 ${WORKDIR}/etc/ntpservers ${D}${palmtopdir}/etc -} - -FILES_opie-systemtime_append = " /etc/ntpservers" |