mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -88,11 +88,11 @@ do_install() {
|
||||
# System V init script
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 755 ${WORKDIR}/chronyd ${D}${sysconfdir}/init.d
|
||||
|
||||
|
||||
# systemd unit configuration file
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 0644 ${S}/examples/chronyd.service ${D}${systemd_unitdir}/system/
|
||||
|
||||
|
||||
# Variable data (for drift and/or rtc file)
|
||||
install -d ${D}${localstatedir}/lib/chrony
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ do_install() {
|
||||
install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}
|
||||
install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV}
|
||||
|
||||
cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/
|
||||
cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/
|
||||
chown -R root:root ${D}${datadir}/mof/cimv${PV}/
|
||||
for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do
|
||||
sed -i -e 's/\r//g' $i
|
||||
|
||||
@@ -50,7 +50,7 @@ PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares"
|
||||
EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark"
|
||||
|
||||
do_configure_prepend() {
|
||||
# force to use fallback
|
||||
# force to use fallback
|
||||
sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user