diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2012-04-06 15:59:08 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-03 15:48:01 +0100 |
| commit | f855c3e6328da913360fa2e5ab5131a5b25aac2b (patch) | |
| tree | aad1cff049e2cae11ee1bf36104e7fa31a142abf | |
| parent | 67228abee66b7b3e3cac4fa35c29dcf42d517574 (diff) | |
| download | poky-f855c3e6328da913360fa2e5ab5131a5b25aac2b.tar.gz | |
distcc: use PACKAGECONFIG for x11 distro feature
(From OE-Core rev: c2bebf05752ec01144e32dbf2bbe4cfa86ae67df)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/distcc/distcc_2.18.3.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb index ec6ffb37fa..de181e5e87 100644 --- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb +++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb | |||
| @@ -4,11 +4,15 @@ compilation of C/C++/ObjC code across machines on a network." | |||
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 7 | PR = "r7" | 7 | PR = "r8" |
| 8 | 8 | ||
| 9 | DEPENDS = "avahi ${GTKDEP}" | 9 | DEPENDS = "avahi" |
| 10 | GTKDEP_libc-uclibc = "" | 10 | |
| 11 | GTKDEP = "gtk+" | 11 | GTKCONFIG = "gtk" |
| 12 | GTKCONFIG_libc-uclibc = "" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)}" | ||
| 15 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | ||
| 12 | 16 | ||
| 13 | RRECOMMENDS_${PN} = "avahi-daemon" | 17 | RRECOMMENDS_${PN} = "avahi-daemon" |
| 14 | 18 | ||
| @@ -28,8 +32,6 @@ inherit autotools pkgconfig update-rc.d | |||
| 28 | 32 | ||
| 29 | INITSCRIPT_NAME = "distcc" | 33 | INITSCRIPT_NAME = "distcc" |
| 30 | 34 | ||
| 31 | EXTRA_OECONF = "--with-gtk" | ||
| 32 | EXTRA_OECONF_libc-uclibc = "--without-gtk --without-gnome" | ||
| 33 | do_install_append() { | 35 | do_install_append() { |
| 34 | install -d ${D}${sysconfdir}/init.d/ | 36 | install -d ${D}${sysconfdir}/init.d/ |
| 35 | install -d ${D}${sysconfdir}/default | 37 | install -d ${D}${sysconfdir}/default |
