summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-04-08 13:19:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 13:15:17 +0100
commitcfa2c5419a13a4d684a735ceb0459d0700880558 (patch)
treec0ea48e71698af2031d364e725def68b00009d8b /meta
parente33e0a0da6fd6f59e5e8244da9f23b590cf066e1 (diff)
downloadpoky-cfa2c5419a13a4d684a735ceb0459d0700880558.tar.gz
tinylogin: Fix mix of tabs and spaces for SRC_URI indentation
(From OE-Core rev: f9d88a559dd2479893d7570676d42955ee3b8845) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/tinylogin/tinylogin_1.4.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb
index 6e08011004..d1da0e2880 100644
--- a/meta/recipes-core/tinylogin/tinylogin_1.4.bb
+++ b/meta/recipes-core/tinylogin/tinylogin_1.4.bb
@@ -12,13 +12,13 @@ PR = "r9"
12inherit update-alternatives 12inherit update-alternatives
13 13
14SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \ 14SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \
15 file://cvs-20040608.patch \ 15 file://cvs-20040608.patch \
16 file://add-system.patch \ 16 file://add-system.patch \
17 file://adduser-empty_pwd.patch \ 17 file://adduser-empty_pwd.patch \
18 file://remove-index.patch \ 18 file://remove-index.patch \
19 file://use_O2_option.patch \ 19 file://use_O2_option.patch \
20 file://passwd_rotate_check.patch \ 20 file://passwd_rotate_check.patch \
21 file://avoid_static.patch \ 21 file://avoid_static.patch \
22 file://glibc_crypt_fix.patch \ 22 file://glibc_crypt_fix.patch \
23 " 23 "
24 24