[oe-commits] Michael 'Mickey' Lauer : fso-specs: add missing metadata

git version control git at git.openembedded.org
Thu Jun 18 12:21:34 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a82dc4851cece949842e00de712897f5ffe54b64
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a82dc4851cece949842e00de712897f5ffe54b64

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue May 19 15:25:07 2009 +0200

fso-specs: add missing metadata

---

 recipes/freesmartphone/fso-specs_git.bb |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
index 41e0896..b346fb5 100644
--- a/recipes/freesmartphone/fso-specs_git.bb
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -1,18 +1,21 @@
 DESCRIPTIONS = "API Specification for freesmartphone.org"
-AUTHOR = "Mickey Lauer"
-
+AUTHOR = "Michael 'Mickey' Lauer"
+HOMEPAGE = "http://docs.freesmartphone.org"
+LICENSE = "BSD"
+SECTION = "devel/specifications"
 PV = "0.0.1-gitr${SRCREV}"
+PR = "r2"
 
-SRC_URI = "git://git.freesmartphone.org/specs.git;protocol=git;branch=master"
+SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 
 do_compile() {
-	     make xml
+	make xml
 }
 
 do_stage() {
-	   mkdir -p "${STAGING_DATADIR}/fso-specs"
-	   cp xml/* "${STAGING_DATADIR}/fso-specs/"
+	install -d "${STAGING_DATADIR}/fso-specs"
+	install -m 0644 xml/* "${STAGING_DATADIR}/fso-specs"
 }
 
-FILE_${PN}-dev = "${datadir}/fso-specs"
+FILE_${PN}-dev += "${datadir}/fso-specs"





More information about the Openembedded-commits mailing list