aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-28 18:32:32 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-28 18:50:21 +0200
commit557d96cb6b2d2debf77cd5d8402426fd00ba0121 (patch)
treeae093b9f638bbcc5d219cb42c9cd12a1f22e15d1 /recipes/freesmartphone
parent579ba9baf9a9eccdcd59be6fe61d003986e4bce7 (diff)
downloadopenembedded-557d96cb6b2d2debf77cd5d8402426fd00ba0121.tar.gz
fso-specs: catch up with upstream changes and set proper packaging ARCH
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/fso-specs_git.bb20
1 files changed, 9 insertions, 11 deletions
diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
index 932febad73..73c6c0b5e9 100644
--- a/recipes/freesmartphone/fso-specs_git.bb
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -1,22 +1,20 @@
-DESCRIPTIONS = "API Specification for freesmartphone.org"
-AUTHOR = "Michael 'Mickey' Lauer"
+DESCRIPTIONS = "freesmartphone.org DBus API files"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://docs.freesmartphone.org"
LICENSE = "BSD"
DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
PV = "0.5.0-gitr${SRCREV}"
-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
+}