diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb index acf2885281..e0c8724a31 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb | |||
@@ -28,3 +28,7 @@ FILES:${PN} += " \ | |||
28 | ${datadir}/libgweather-4 \ | 28 | ${datadir}/libgweather-4 \ |
29 | ${libdir}/libgweather-4 \ | 29 | ${libdir}/libgweather-4 \ |
30 | " | 30 | " |
31 | |||
32 | do_configure:prepend() { | ||
33 | cp -f ${STAGING_LIBDIR}/girepository-1.0/GLib*typelib ${STAGING_LIBDIR_NATIVE}/girepository-1.0/ | ||
34 | } | ||