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-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb') diff --git a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb index 4e8b7d847b..4233ba430f 100644 --- a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb +++ b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb @@ -12,9 +12,9 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=e284d013ef08e66d4737f446c5890550" SRC_URI = "http://www.openwall.com/pam/modules/pam_passwdqc/pam_passwdqc-1.0.5.tar.gz \ - file://1000patch-219201.patch \ - file://7000Makefile-fix-CC.patch \ - " + file://1000patch-219201.patch \ + file://7000Makefile-fix-CC.patch \ +" SRC_URI[md5sum] = "cd9c014f736158b1a60384a8e2bdc28a" SRC_URI[sha256sum] = "32528ddf7d8219c788b6e7702361611ff16c6340b6dc0f418ff164aadc4a4a88" @@ -24,10 +24,11 @@ S = "${WORKDIR}/pam_passwdqc-${PV}" DEPENDS = "libpam" EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -Wall -fPIC -DHAVE_SHADOW" \ - SECUREDIR=${base_libdir}/security" + SECUREDIR=${base_libdir}/security \ +" do_install() { - oe_runmake install DESTDIR=${D} + oe_runmake install DESTDIR=${D} } FILES_${PN} += "${base_libdir}/security/pam_passwdqc.so" -- cgit 1.2.3-korg