diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb index e3f49161ad..94e0a63295 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | |||
| @@ -21,7 +21,7 @@ do_configure_append() { | |||
| 21 | for i in $(find ${S} -name "Makefile") ; do | 21 | for i in $(find ${S} -name "Makefile") ; do |
| 22 | sed -i -e s:"GCONFTOOL = .*/usr/bin/gconftool-2":"GCONFTOOL = /usr/bin/gconftool-2":g $i | 22 | sed -i -e s:"GCONFTOOL = .*/usr/bin/gconftool-2":"GCONFTOOL = /usr/bin/gconftool-2":g $i |
| 23 | sed -i -e s:"GCONF_SANITY_CHECK = set":"GCONF_SANITY_CHECK = /usr/libexec/gconf-sanity-check-2":g $i | 23 | sed -i -e s:"GCONF_SANITY_CHECK = set":"GCONF_SANITY_CHECK = /usr/libexec/gconf-sanity-check-2":g $i |
| 24 | done | 24 | done |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-ck-connector', '', d)}" | 27 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-ck-connector', '', d)}" |
