mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
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>
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
SECTION = "shadow"
|
SECTION = "shadow"
|
||||||
LICENSE = "MIT-X"
|
LICENSE = "MIT-X"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca"
|
||||||
SRC_URI = " \
|
SRC_URI = "http://dl.suckless.org/${BPN}/${BP}.tar.gz"
|
||||||
http://dl.suckless.org/${BPN}/${BPN}-${PV}.tar.gz \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit pkgconfig features_check
|
inherit pkgconfig features_check
|
||||||
|
|
||||||
@@ -23,5 +21,5 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES_${PN} += " \
|
||||||
${datadir}/terminfo \
|
${datadir}/terminfo \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user