[oe-commits] Mickey Lauer : fso-specs : new recipe API Specification for freesmartphone. org

GIT User account git at amethyst.openembedded.net
Mon May 18 22:53:24 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: bceeb8d87f7355e3b1ffd950ccfbc3d3a91cfc4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bceeb8d87f7355e3b1ffd950ccfbc3d3a91cfc4b

Author: Mickey Lauer <mickey at vanille.de>
Date:   Mon May 18 16:50:27 2009 -0600

fso-specs : new recipe API Specification for freesmartphone.org

---

 recipes/freesmartphone/fso-specs_git.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
new file mode 100644
index 0000000..41e0896
--- /dev/null
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTIONS = "API Specification for freesmartphone.org"
+AUTHOR = "Mickey Lauer"
+
+PV = "0.0.1-gitr${SRCREV}"
+
+SRC_URI = "git://git.freesmartphone.org/specs.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+do_compile() {
+	     make xml
+}
+
+do_stage() {
+	   mkdir -p "${STAGING_DATADIR}/fso-specs"
+	   cp xml/* "${STAGING_DATADIR}/fso-specs/"
+}
+
+FILE_${PN}-dev = "${datadir}/fso-specs"





More information about the Openembedded-commits mailing list