diff options
Diffstat (limited to 'recipes/freesmartphone/libfso-glib_git.bb')
-rw-r--r-- | recipes/freesmartphone/libfso-glib_git.bb | 6 |
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" |