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-oe/recipes-devtools/xerces-c | |
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-oe/recipes-devtools/xerces-c')
-rw-r--r-- | meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb index 40612e5df..f5d056e00 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | |||
@@ -20,25 +20,26 @@ PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR},--with-curl=no,curl" | |||
20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" | 20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" |
21 | 21 | ||
22 | do_install_prepend () { | 22 | do_install_prepend () { |
23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc | 23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc |
24 | } | 24 | } |
25 | 25 | ||
26 | PACKAGES = "libxerces-c \ | 26 | PACKAGES = "libxerces-c \ |
27 | libxerces-c-dbg \ | 27 | libxerces-c-dbg \ |
28 | libxerces-c-dev \ | 28 | libxerces-c-dev \ |
29 | xerces-c-samples \ | 29 | xerces-c-samples \ |
30 | xerces-c-samples-dbg \ | 30 | xerces-c-samples-dbg \ |
31 | libxerces-c-staticdev \ | 31 | libxerces-c-staticdev \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" |
35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ | 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ |
36 | ${prefix}/src/debug " | 36 | ${prefix}/src/debug \ |
37 | " | ||
37 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 38 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ |
38 | ${libdir}/libxerces-c.so \ | 39 | ${libdir}/libxerces-c.so \ |
39 | ${libdir}/pkgconfig/xerces-c.pc \ | 40 | ${libdir}/pkgconfig/xerces-c.pc \ |
40 | ${includedir}/xercesc \ | 41 | ${includedir}/xercesc \ |
41 | " | 42 | " |
42 | FILES_xerces-c-samples = "${bindir}/*" | 43 | FILES_xerces-c-samples = "${bindir}/*" |
43 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" | 44 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" |
44 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" | 45 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" |