diff options
Diffstat (limited to 'meta/recipes-gnome/json-glib/json-glib_1.6.0.bb')
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.6.0.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.6.0.bb index 82f983f3c5..59b0609900 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.6.0.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.6.0.bb | |||
@@ -23,13 +23,9 @@ SRC_URI += "file://run-ptest \ | |||
23 | file://0001-json-glib-json-enum-types.c.in-fix-build-reproducibi.patch" | 23 | file://0001-json-glib-json-enum-types.c.in-fix-build-reproducibi.patch" |
24 | SRC_URI[archive.sha256sum] = "0d7c67602c4161ea7070fab6c5823afd9bd7f7bc955f652a50d3753b08494e73" | 24 | SRC_URI[archive.sha256sum] = "0d7c67602c4161ea7070fab6c5823afd9bd7f7bc955f652a50d3753b08494e73" |
25 | 25 | ||
26 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | ||
26 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native" | 27 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native" |
27 | 28 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" | |
28 | do_install_append() { | ||
29 | if ! ${@bb.utils.contains('PTEST_ENABLED', '1', 'true', 'false', d)}; then | ||
30 | rm -rf ${D}${datadir}/installed-tests ${D}${libexecdir} | ||
31 | fi | ||
32 | } | ||
33 | 29 | ||
34 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
35 | 31 | ||