aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/xoo-theme-gpephone_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/xoo-theme-gpephone_1.0.bb')
-rw-r--r--recipes/gpephone/xoo-theme-gpephone_1.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/gpephone/xoo-theme-gpephone_1.0.bb b/recipes/gpephone/xoo-theme-gpephone_1.0.bb
deleted file mode 100644
index 0441e3e13b..0000000000
--- a/recipes/gpephone/xoo-theme-gpephone_1.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = "LiPS"
-DESCRIPTION = "A neutral cellphone theme for Xoo."
-SECTION = "gpe"
-PRIORITY = "optional"
-PR = "r0"
-
-DEPENDS = "xoo-vm"
-
-SRC_URI = "file://gpephone.png \
- file://gpephone.xml"
-
-FILES_${PN} += "${datadir}"
-
-do_install () {
- install -d ${D}${datadir}/xoo/
- install -m644 ${WORKDIR}/gpephone* ${D}${datadir}/xoo/
-}