aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qclockchange
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 17:57:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:35:12 +0100
commite9b45ff67d32fdc27950a51135b6dabada8334e7 (patch)
treede99cd760c8292ee1dd334e23e1e5cc43e90dfbd /recipes-qtopia/qclockchange
downloadmeta-opie-e9b45ff67d32fdc27950a51135b6dabada8334e7.tar.gz
initial commit of meta-opie
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/qclockchange')
-rw-r--r--recipes-qtopia/qclockchange/files/qclockchange.desktop6
-rw-r--r--recipes-qtopia/qclockchange/files/qclockchange.pngbin0 -> 5472 bytes
-rw-r--r--recipes-qtopia/qclockchange/qclockchange_0.1b.bb27
3 files changed, 33 insertions, 0 deletions
diff --git a/recipes-qtopia/qclockchange/files/qclockchange.desktop b/recipes-qtopia/qclockchange/files/qclockchange.desktop
new file mode 100644
index 0000000..9463623
--- /dev/null
+++ b/recipes-qtopia/qclockchange/files/qclockchange.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Comment= Changes the CPU frequency
+Exec=qclockchange
+Icon=qclockchange
+Type=Application
+Name=Qclockchange
diff --git a/recipes-qtopia/qclockchange/files/qclockchange.png b/recipes-qtopia/qclockchange/files/qclockchange.png
new file mode 100644
index 0000000..861fe2e
--- /dev/null
+++ b/recipes-qtopia/qclockchange/files/qclockchange.png
Binary files differ
diff --git a/recipes-qtopia/qclockchange/qclockchange_0.1b.bb b/recipes-qtopia/qclockchange/qclockchange_0.1b.bb
new file mode 100644
index 0000000..b2f7898
--- /dev/null
+++ b/recipes-qtopia/qclockchange/qclockchange_0.1b.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Program that allows you to set the CCCR registers on PXA Zauruses."
+SECTION = "opie/settings"
+PRIORITY = "optional"
+LICENSE = "GPL"
+AUTHOR = "piro <piro400@occn.zaq.ne.jp>"
+HOMEPAGE = "http://piro.sytes.net/~piro/zaurus/"
+APPTYPE="binary"
+PR = "r0"
+
+SRC_URI = "http://piro.sytes.net/~piro/zaurus/etc/qclockchange-${PV}.tar.gz \
+ file://qclockchange.png \
+ file://qclockchange.desktop "
+
+inherit palmtop
+
+do_install() {
+ install -d ${D}${palmtopdir}/bin/ \
+ ${D}${palmtopdir}/pics \
+ ${D}${palmtopdir}/apps/Settings
+
+ install -m 0755 bin/qclockchange ${D}${palmtopdir}/bin/qclockchange
+ install -m 0644 ${WORKDIR}/qclockchange.png ${D}${palmtopdir}/pics/qclockchange.png
+ install -m 0644 ${WORKDIR}/qclockchange.desktop ${D}${palmtopdir}/apps/Settings/qclockchange.desktop
+}
+
+SRC_URI[md5sum] = "4131497c414c7fedae1df58cab2ddfa3"
+SRC_URI[sha256sum] = "8cb7000f55ab124d5fe928960c3c9a059faf4f374981b88e74ac0cdb7904c98a"