From: Simon Busch Date: Fri, 17 Sep 2010 04:53:17 +0000 (+0200) Subject: read-tokens: add initial git version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe42d7630ae6553c7adb0cd4a6a992e0bbb8229;p=openembedded.git 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 --- 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