diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/rest/rest_0.8.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb index e875f7a7d0..47e3f8dbbf 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | |||
| @@ -22,12 +22,12 @@ SRC_URI[archive.sha256sum] = "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2d | |||
| 22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 | 22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 |
| 23 | EXTRA_OECONF = "--without-gnome" | 23 | EXTRA_OECONF = "--without-gnome" |
| 24 | 24 | ||
| 25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
| 26 | # rest expects introspection.m4 at custom location (see aclocal.m4). | 26 | # rest expects introspection.m4 at custom location (see aclocal.m4). |
| 27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build | 27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | do_compile_prepend() { | 30 | do_compile:prepend() { |
| 31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" | 31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" |
| 32 | } | 32 | } |
| 33 | 33 | ||
