mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -101,7 +101,7 @@ do_install () {
|
||||
|
||||
install -m 0755 -d ${D}${sysconfdir}/avahi/services/
|
||||
install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/
|
||||
|
||||
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ RDEPENDS_${PN} = "ncurses"
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
do_compile() {
|
||||
oe_runmake -C src all
|
||||
oe_runmake -C src all
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
@@ -33,7 +33,7 @@ do_install() {
|
||||
TARGET=${D}${bindir} \
|
||||
WORKDIR=${D}${localstatedir}/local/iptraf \
|
||||
LOGDIR=${D}${localstatedir}/log/iptraf \
|
||||
LOCKDIR=${D}${localstatedir}/run/iptraf
|
||||
LOCKDIR=${D}${localstatedir}/run/iptraf
|
||||
}
|
||||
|
||||
FILES_${PN} += "${bindir} ${localstatedir} /run"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
SUMMARY = "Templatized C++ Command Line Parser"
|
||||
HOMEPAGE = "http://tclap.sourceforge.net/"
|
||||
LICENSE = "MIT"
|
||||
HOMEPAGE = "http://tclap.sourceforge.net/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
|
||||
|
||||
SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
|
||||
SRC_URI = "git://git.code.sf.net/p/tclap/code \
|
||||
file://Makefile.am-disable-docs.patch \
|
||||
"
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
inherit autotools
|
||||
|
||||
@@ -29,10 +29,10 @@ PACKAGES = "libxerces-c \
|
||||
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 \
|
||||
FILES_libxerces-c-dbg = "${libdir}/.debug \
|
||||
${prefix}/src/debug \
|
||||
"
|
||||
FILES_libxerces-c-dev = "${libdir}/lib*.la \
|
||||
|
||||
Reference in New Issue
Block a user