From dfe42d7630ae6553c7adb0cd4a6a992e0bbb8229 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Fri, 17 Sep 2010 06:53:17 +0200 Subject: [PATCH] read-tokens: add initial git version read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens' from the internal flash and stores them in a key-value file so other system components can read them from there. Signed-off-by: Simon Busch --- recipes/palmpre/read-tokens_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/palmpre/read-tokens_git.bb 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 +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 -- 2.39.5