aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-keytabs/opie-keytabs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-keytabs/opie-keytabs.inc')
-rw-r--r--recipes-opie/opie-keytabs/opie-keytabs.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-opie/opie-keytabs/opie-keytabs.inc b/recipes-opie/opie-keytabs/opie-keytabs.inc
new file mode 100644
index 0000000..6a231c1
--- /dev/null
+++ b/recipes-opie/opie-keytabs/opie-keytabs.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "Opie keytabs for terminal applications"
+SECTION = "opie/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+do_install() {
+ install -d ${D}${palmtopdir}/etc/keytabs/
+ install -m 0644 ${WORKDIR}/etc/keytabs/*.* ${D}${palmtopdir}/etc/keytabs/
+}
+
+FILES_${PN} = "${palmtopdir}/etc/keytabs/*"