All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Set S to prevent QA warning on systemd-serialgetty.
@ 2015-06-25 18:01 Thomas Perrot
  2015-06-25 18:01 ` [PATCH v2 2/2] Set S to prevent QA warning on volatile-binds and corrects the path to COPYING.MIT Thomas Perrot
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Perrot @ 2015-06-25 18:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
 meta/recipes-core/systemd/systemd-serialgetty.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 1c34d5c..768b130 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -8,6 +8,8 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
 
 SRC_URI = "file://serial-getty@.service"
 
+S = "${WORKDIR}"
+
 do_install() {
 	if [ ! -z "${SERIAL_CONSOLES}" ] ; then
 		default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'`
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2 2/2] Set S to prevent QA warning on volatile-binds and corrects the path to COPYING.MIT.
  2015-06-25 18:01 [PATCH v2 1/2] Set S to prevent QA warning on systemd-serialgetty Thomas Perrot
@ 2015-06-25 18:01 ` Thomas Perrot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Perrot @ 2015-06-25 18:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
 meta/recipes-core/volatile-binds/volatile-binds.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb
index 694ba1e..fee7275 100644
--- a/meta/recipes-core/volatile-binds/volatile-binds.bb
+++ b/meta/recipes-core/volatile-binds/volatile-binds.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Volatile bind mount setup and configuration for read-only-rootfs"
 DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://../COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d"
+LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d"
 
 SRC_URI = "\
     file://mount-copybind \
@@ -9,6 +9,8 @@ SRC_URI = "\
     file://volatile-binds.service.in \
 "
 
+S = "${WORKDIR}"
+
 inherit allarch systemd distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "systemd"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-25 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 18:01 [PATCH v2 1/2] Set S to prevent QA warning on systemd-serialgetty Thomas Perrot
2015-06-25 18:01 ` [PATCH v2 2/2] Set S to prevent QA warning on volatile-binds and corrects the path to COPYING.MIT Thomas Perrot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.