mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
@@ -28,5 +28,5 @@ PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
|
||||
|
||||
do_configure_prepend () {
|
||||
( cd ${S}; ./autogen.sh )
|
||||
( cd ${S}; ./autogen.sh )
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816"
|
||||
|
||||
SRC_URI = " \
|
||||
http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \
|
||||
http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
|
||||
@@ -18,14 +18,15 @@ RDEPENDS_${PN} += "bash perl libxml2"
|
||||
S = "${WORKDIR}/${BP}"
|
||||
|
||||
EXTRA_OECONF = "--enable-debuginfo \
|
||||
--enable-fast \
|
||||
--enable-shared \
|
||||
--with-pm=gforker \
|
||||
--disable-rpath \
|
||||
--disable-f77 \
|
||||
--disable-fc \
|
||||
--disable-fortran \
|
||||
--disable-cxx"
|
||||
--enable-fast \
|
||||
--enable-shared \
|
||||
--with-pm=gforker \
|
||||
--disable-rpath \
|
||||
--disable-f77 \
|
||||
--disable-fc \
|
||||
--disable-fortran \
|
||||
--disable-cxx \
|
||||
"
|
||||
|
||||
inherit autotools-brokensep gettext
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "This is a small collection of power management \
|
||||
test and investigation tools"
|
||||
test and investigation tools"
|
||||
HOMEPAGE = "http://lesswatts.org/projects/acpi"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir} ${D}${docdir}
|
||||
install -m 755 ${S}/acpidump/acpidump ${D}${bindir}
|
||||
install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir}
|
||||
install -m 755 ${S}/madt/madt ${D}${bindir}
|
||||
install -m 644 ${S}/README ${D}${docdir}
|
||||
install -d ${D}${bindir} ${D}${docdir}
|
||||
install -m 755 ${S}/acpidump/acpidump ${D}${bindir}
|
||||
install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir}
|
||||
install -m 755 ${S}/madt/madt ${D}${bindir}
|
||||
install -m 644 ${S}/README ${D}${docdir}
|
||||
}
|
||||
|
||||
@@ -20,25 +20,26 @@ PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR},--with-curl=no,curl"
|
||||
PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu"
|
||||
|
||||
do_install_prepend () {
|
||||
sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc
|
||||
sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc
|
||||
}
|
||||
|
||||
PACKAGES = "libxerces-c \
|
||||
libxerces-c-dbg \
|
||||
libxerces-c-dev \
|
||||
xerces-c-samples \
|
||||
xerces-c-samples-dbg \
|
||||
libxerces-c-staticdev \
|
||||
"
|
||||
libxerces-c-dbg \
|
||||
libxerces-c-dev \
|
||||
xerces-c-samples \
|
||||
xerces-c-samples-dbg \
|
||||
libxerces-c-staticdev \
|
||||
"
|
||||
|
||||
FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
|
||||
FILES_libxerces-c-dbg = "${libdir}/.debug \
|
||||
${prefix}/src/debug "
|
||||
${prefix}/src/debug \
|
||||
"
|
||||
FILES_libxerces-c-dev = "${libdir}/lib*.la \
|
||||
${libdir}/libxerces-c.so \
|
||||
${libdir}/pkgconfig/xerces-c.pc \
|
||||
${includedir}/xercesc \
|
||||
"
|
||||
${libdir}/libxerces-c.so \
|
||||
${libdir}/pkgconfig/xerces-c.pc \
|
||||
${includedir}/xercesc \
|
||||
"
|
||||
FILES_xerces-c-samples = "${bindir}/*"
|
||||
FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
|
||||
FILES_libxerces-c-staticdev = "${libdir}/lib*.a"
|
||||
|
||||
Reference in New Issue
Block a user