[oe-commits] Michael 'Mickey' Lauer : fso-specs: catch up with upstream changes and set proper packaging ARCH

git version control git at git.openembedded.org
Tue Mar 30 07:43:32 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Mar 28 18:32:32 2010 +0200

fso-specs: catch up with upstream changes and set proper packaging ARCH

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/freesmartphone/fso-specs_git.bb |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
index dbe258b..d9b5322 100644
--- a/recipes/freesmartphone/fso-specs_git.bb
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -1,23 +1,21 @@
-DESCRIPTIONS = "API Specification for freesmartphone.org"
-AUTHOR = "Michael 'Mickey' Lauer"
+DESCRIPTIONS = "freesmartphone.org DBus API files"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 HOMEPAGE = "http://docs.freesmartphone.org"
 LICENSE = "BSD"
 DEPENDS = "libxslt-native"
 SECTION = "devel/specifications"
 PV = "0.5.0+gitr${SRCPV}"
 PE = "1"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 
-do_compile() {
-	make xml
-}
+inherit autotools pkgconfig
 
-do_stage() {
-	install -d "${STAGING_DATADIR}/fso-specs"
-	install -m 0644 xml/* "${STAGING_DATADIR}/fso-specs"
-}
+FILES_${PN}-dev += "${datadir}/freesmartphone/xml"
+PACKAGE_ARCH = "all"
 
-FILE_${PN}-dev += "${datadir}/fso-specs"
+do_compile_append() {
+	sed -i -e s,\$\{datarootdir\},${STAGING_DATADIR},g *.pc
+}





More information about the Openembedded-commits mailing list