aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/palmpre/read-tokens_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/palmpre/read-tokens_git.bb')
-rw-r--r--recipes/palmpre/read-tokens_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/palmpre/read-tokens_git.bb b/recipes/palmpre/read-tokens_git.bb
new file mode 100644
index 0000000000..d958438b32
--- /dev/null
+++ b/recipes/palmpre/read-tokens_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Little utility to read 'tokens' from internal flash and store them in a smartkeyfile; specific for palmpre machine"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Simon Busch <morphis@gravedo.de>
+SECTION = "console/utils"
+LICENSE = "GPL"
+PR = "r0"
+PV = "1.0.0+gitr${SRCPV}"
+
+SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c"
+SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/palmpre/read_tokens"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit autotools