diff options
Diffstat (limited to 'meta/recipes-devtools/distcc/distcc_3.1.bb')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index c69643c973..ad0e94f110 100644 --- a/meta/recipes-devtools/distcc/distcc_3.1.bb +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "avahi" | |||
10 | GTKCONFIG = "gtk" | 10 | GTKCONFIG = "gtk" |
11 | GTKCONFIG_libc-uclibc = "" | 11 | GTKCONFIG_libc-uclibc = "" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)} popt" | 13 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)} popt" |
14 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | 14 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" |
15 | # use system popt by default | 15 | # use system popt by default |
16 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | 16 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" |