diff options
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.19.8.1.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.24.1.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb index 97e7986dc1..c2059e608b 100644 --- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb +++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb | |||
| @@ -111,6 +111,10 @@ do_install_append_class-native () { | |||
| 111 | rm ${D}${datadir}/gettext/config.rpath | 111 | rm ${D}${datadir}/gettext/config.rpath |
| 112 | rm ${D}${datadir}/gettext/po/Makefile.in.in | 112 | rm ${D}${datadir}/gettext/po/Makefile.in.in |
| 113 | rm ${D}${datadir}/gettext/po/remove-potcdate.sin | 113 | rm ${D}${datadir}/gettext/po/remove-potcdate.sin |
| 114 | |||
| 115 | create_wrapper ${D}${bindir}/msgfmt \ | ||
| 116 | GETTEXTDATADIR="${STAGING_DATADIR_NATIVE}/gettext-0.19.8/" | ||
| 117 | |||
| 114 | } | 118 | } |
| 115 | 119 | ||
| 116 | BBCLASSEXTEND = "native nativesdk" | 120 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb index 36093ca89f..168f2fdfba 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb | |||
| @@ -20,10 +20,6 @@ AUTOTOOLS_AUXDIR = "${S}/build-aux" | |||
| 20 | 20 | ||
| 21 | EXTRA_OECONF = "--enable-compile-warnings" | 21 | EXTRA_OECONF = "--enable-compile-warnings" |
| 22 | 22 | ||
| 23 | # This properly relocates msgfmt, which otherwise fails to find its data files. | ||
| 24 | # Tips on how to get rid of hardcoded version welcome. | ||
| 25 | export GETTEXTDATADIR = "${STAGING_DATADIR_NATIVE}/gettext-0.19.8/" | ||
| 26 | |||
| 27 | PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" | 23 | PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" |
| 28 | PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" | 24 | PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" |
| 29 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" | 25 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" |
