diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-networking/recipes-support/curlpp | |
parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/curlpp')
-rw-r--r-- | meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb index bbba576ca..1848aa6db 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "curl boost" | |||
8 | DEPENDS_class-native = "curl-native" | 8 | DEPENDS_class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ | 10 | SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ |
11 | file://example21.cpp-remove-deprecated-code.patch \ | 11 | file://example21.cpp-remove-deprecated-code.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" | 14 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" |
15 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" | 15 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" |
@@ -26,13 +26,13 @@ do_install_append () { | |||
26 | 26 | ||
27 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" | 27 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" |
28 | 28 | ||
29 | FILES_lib${BPN} = "${libdir}/lib*.so.* \ | 29 | FILES_lib${BPN} = "${libdir}/lib*.so.*" |
30 | " | ||
31 | 30 | ||
32 | FILES_lib${BPN}-dev = "${includedir} \ | 31 | FILES_lib${BPN}-dev = "${includedir} \ |
33 | ${libdir}/lib*.la \ | 32 | ${libdir}/lib*.la \ |
34 | ${libdir}/pkgconfig \ | 33 | ${libdir}/pkgconfig \ |
35 | ${bindir}/*-config" | 34 | ${bindir}/*-config \ |
35 | " | ||
36 | 36 | ||
37 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" | 37 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" |
38 | 38 | ||