aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/sdk-default-theme-config_1.0-1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo/sdk-default-theme-config_1.0-1.bb')
-rw-r--r--recipes/maemo/sdk-default-theme-config_1.0-1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/maemo/sdk-default-theme-config_1.0-1.bb b/recipes/maemo/sdk-default-theme-config_1.0-1.bb
new file mode 100644
index 0000000000..9b9d0f3a58
--- /dev/null
+++ b/recipes/maemo/sdk-default-theme-config_1.0-1.bb
@@ -0,0 +1,20 @@
+PR = "r0"
+LICENSE = "GPL"
+
+DEPENDS = "sdk-default-theme"
+RDEPENDS = "sdk-default-theme"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/s/${PN}/${PN}_${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}-1.0"
+
+FILES_${PN} = "${datadir}"
+
+
+do_install() {
+
+ install -d ${D}/${datadir}
+ cp -pPR ${S}/themes/ ${D}/${datadir}/
+
+}
+