diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 90e0b77de0..974baa33f5 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
| @@ -60,3 +60,9 @@ vapigen_sysroot_preprocess() { | |||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | SSTATE_SCAN_FILES += "vapigen-wrapper" | 62 | SSTATE_SCAN_FILES += "vapigen-wrapper" |
| 63 | |||
| 64 | PACKAGE_PREPROCESS_FUNCS += "vala_package_preprocess" | ||
| 65 | |||
| 66 | vala_package_preprocess () { | ||
| 67 | sed -i -e 's:${RECIPE_SYSROOT}::g;' ${PKGD}${bindir}/vapigen-wrapper | ||
| 68 | } | ||
