From 9df87031499a41b78a71be15de23d09124d8b8e5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 12 Dec 2014 20:43:49 +0100 Subject: change to autotools-brokensep change all recipe which fail out of tree builds to autotools-brokensep --- recipes-art/lxde-icon-theme/lxde-icon-theme_0.5.1.bb | 2 +- recipes-lxde/lxinput/lxinput_0.3.4.bb | 2 +- recipes-lxde/lxrandr/lxrandr_0.3.0.bb | 2 +- recipes-lxde/obconf/obconf_2.0.3+git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-art/lxde-icon-theme/lxde-icon-theme_0.5.1.bb b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.5.1.bb index 7edde7f..a31a7c4 100644 --- a/recipes-art/lxde-icon-theme/lxde-icon-theme_0.5.1.bb +++ b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.5.1.bb @@ -9,6 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz" SRC_URI[md5sum] = "7467133275edbbcc79349379235d4411" SRC_URI[sha256sum] = "e3d0b7399f28a360a3755171c9a08147d68f853f518be5485f5064675037916c" -inherit autotools gettext pkgconfig +inherit autotools-brokensep gettext pkgconfig FILES_${PN} += "${datadir}/icons" diff --git a/recipes-lxde/lxinput/lxinput_0.3.4.bb b/recipes-lxde/lxinput/lxinput_0.3.4.bb index 833afb9..cac9c89 100644 --- a/recipes-lxde/lxinput/lxinput_0.3.4.bb +++ b/recipes-lxde/lxinput/lxinput_0.3.4.bb @@ -11,4 +11,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" SRC_URI[md5sum] = "5deb8b5cffb8e385622051e4a7b103d0" SRC_URI[sha256sum] = "6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24" -inherit autotools gettext pkgconfig +inherit autotools-brokensep gettext pkgconfig diff --git a/recipes-lxde/lxrandr/lxrandr_0.3.0.bb b/recipes-lxde/lxrandr/lxrandr_0.3.0.bb index 8736287..8291b7c 100644 --- a/recipes-lxde/lxrandr/lxrandr_0.3.0.bb +++ b/recipes-lxde/lxrandr/lxrandr_0.3.0.bb @@ -12,4 +12,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz" SRC_URI[md5sum] = "250f0ebb09c1e02f430f951911ba1259" SRC_URI[sha256sum] = "183deaed658c4a0ba937fc349e88330267b8309fc51f67f7ec4b4768ccc66b76" -inherit autotools gettext pkgconfig +inherit autotools-brokensep gettext pkgconfig diff --git a/recipes-lxde/obconf/obconf_2.0.3+git.bb b/recipes-lxde/obconf/obconf_2.0.3+git.bb index 9deab38..0d269bb 100644 --- a/recipes-lxde/obconf/obconf_2.0.3+git.bb +++ b/recipes-lxde/obconf/obconf_2.0.3+git.bb @@ -22,7 +22,7 @@ S = "${WORKDIR}/git" FILES_${PN} += "${datadir}/mime ${datadir}/mimelnk" -inherit autotools pkgconfig gettext mime +inherit autotools-brokensep pkgconfig gettext mime do_configure_prepend () { autopoint --force || bbfatal "autopoint failed" -- cgit v1.2.3