diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-23 10:17:00 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-23 10:17:00 +0000 |
commit | 6fd32002539d323359b20a7b230bfdd0e8eb5c68 (patch) | |
tree | 4121a9b7951527eae28de16d9985a91b4e6ed97e /timezones | |
parent | e63c511c1aa0201082d656bc055891b0574fd598 (diff) |
hrw asked not to install /usr/share/zoneinfo/*.tab now that files conflict with libc6
ones
BKrev: 4152a29cS0X7DFf6skK2UhOYV2rP0g
Diffstat (limited to 'timezones')
-rw-r--r-- | timezones/timezones_cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/timezones/timezones_cvs.oe b/timezones/timezones_cvs.oe index e69de29bb2..fd09790321 100644 --- a/timezones/timezones_cvs.oe +++ b/timezones/timezones_cvs.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Timezone data" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org> +LICENSE = "GPL" +PV = "1.1.6-cvs-${CVSDATE}" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/root" +S = "${WORKDIR}/root" + +do_install() { + mkdir -p ${D}/usr/share + cp -pfLR usr/share/zoneinfo ${D}/usr/share +} + +FILES_${PN} = usr/share/zoneinfo/[A-Z]* |