summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-12-12 20:43:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 16:32:51 +0100
commit9df87031499a41b78a71be15de23d09124d8b8e5 (patch)
tree024667390545d6be857f565dc0208eb262ef8656 /recipes-lxde
parent8db436a274f578e2f4b702413690d4c042425f78 (diff)
change to autotools-brokensep
change all recipe which fail out of tree builds to autotools-brokensep
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/lxinput/lxinput_0.3.4.bb2
-rw-r--r--recipes-lxde/lxrandr/lxrandr_0.3.0.bb2
-rw-r--r--recipes-lxde/obconf/obconf_2.0.3+git.bb2
3 files changed, 3 insertions, 3 deletions
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"