From 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 18 Aug 2016 18:53:48 +0200 Subject: meta-oe: fix indentation * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/libart-lgpl') diff --git a/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb b/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb index 4966ea4c7..7b295063b 100644 --- a/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb +++ b/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb @@ -24,5 +24,5 @@ FILES_${PN}-dev += "${bindir}/libart2-config" S = "${WORKDIR}/libart_lgpl-${PV}" do_configure_prepend() { - cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h + cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h } -- cgit v1.2.3-54-g00ecf