diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-09-12 11:44:27 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-12 13:40:36 -0700 |
commit | 73263bbfe2b06158811dca99cfdbf0e2083fc329 (patch) | |
tree | a3451a716eedd179fcfa0de215d273315d03711f | |
parent | 0a174460f97b946002a4e1c0f661249ef671fd24 (diff) | |
download | meta-openembedded-73263bbfe2b06158811dca99cfdbf0e2083fc329.tar.gz |
st: fix indentation
* using combination of 4, 2 and 1 space for indentation in the same file
sucks almost the same as tabs and spaces in the same file!
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb index 7d859e1478..906179501b 100644 --- a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb +++ b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb | |||
@@ -1,9 +1,7 @@ | |||
1 | SECTION = "shadow" | 1 | SECTION = "shadow" |
2 | LICENSE = "MIT-X" | 2 | LICENSE = "MIT-X" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca" |
4 | SRC_URI = " \ | 4 | SRC_URI = "http://dl.suckless.org/${BPN}/${BP}.tar.gz" |
5 | http://dl.suckless.org/${BPN}/${BPN}-${PV}.tar.gz \ | ||
6 | " | ||
7 | 5 | ||
8 | inherit pkgconfig features_check | 6 | inherit pkgconfig features_check |
9 | 7 | ||
@@ -23,5 +21,5 @@ do_install() { | |||
23 | } | 21 | } |
24 | 22 | ||
25 | FILES_${PN} += " \ | 23 | FILES_${PN} += " \ |
26 | ${datadir}/terminfo \ | 24 | ${datadir}/terminfo \ |
27 | " | 25 | " |