summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfso-glib_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 16:34:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 16:34:35 +0200
commitf15dd93fe454d377dac331ad45dd239b23c1eadc (patch)
tree0d08ffd9d1035b6704718b34b06591a1332ad394 /recipes/freesmartphone/libfso-glib_git.bb
parent621750842acf197eb4e11e9e3ae0622a7edd28d3 (diff)
downloadopenembedded-f15dd93fe454d377dac331ad45dd239b23c1eadc.tar.gz
Revert "vala.bbclass and assorted recipes: create own task for installing .vapi and .deps instead of using do_stage()"
* This reverts commit a38e7ff2810e55455c7ff7b01d4882344b420e18. * It was discussed on oe-devel ML and ACKed by Mickey * Side effect of this was also: Everything rebuilt after it cannot be found when used later (NOTE: Couldn't find shared library provider for libfso-glib.so.0) and it's dropped from package RDEPENDS.
Diffstat (limited to 'recipes/freesmartphone/libfso-glib_git.bb')
-rw-r--r--recipes/freesmartphone/libfso-glib_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index d7de0525ce..8984741be7 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -8,7 +8,11 @@ PV = "0.2.2+gitr${SRCPV}"
PE = "1"
PR = "r4"
-inherit autotools vala
+inherit autotools_stage pkgconfig vala
+
+PARALLEL_MAKE = ""
SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
+
+FILES_${PN}-dev += "${datadir}/gir-1.0/*.gir"