summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfso-glib_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-25 20:43:24 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-25 20:44:54 +0200
commita38e7ff2810e55455c7ff7b01d4882344b420e18 (patch)
treeafbe89f6c7c2cc7fa1a62701bf358a298673b137 /recipes/freesmartphone/libfso-glib_git.bb
parent0df02afa19c2f06e044a1be070969803fbcd925f (diff)
downloadopenembedded-a38e7ff2810e55455c7ff7b01d4882344b420e18.tar.gz
vala.bbclass and assorted recipes: create own task for installing .vapi and .deps instead of using do_stage()
This allows to move most FSO packages to new staging
Diffstat (limited to 'recipes/freesmartphone/libfso-glib_git.bb')
-rw-r--r--recipes/freesmartphone/libfso-glib_git.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 8984741be7..d7de0525ce 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -8,11 +8,7 @@ PV = "0.2.2+gitr${SRCPV}"
PE = "1"
PR = "r4"
-inherit autotools_stage pkgconfig vala
-
-PARALLEL_MAKE = ""
+inherit autotools vala
SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
-
-FILES_${PN}-dev += "${datadir}/gir-1.0/*.gir"