All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] physfs fixup -> master-next / mpd: enhancement
@ 2016-09-30 20:22 Andreas Müller
  2016-09-30 20:22 ` [PATCH 1/2] physfs: fix LICENSE checksum Andreas Müller
  2016-09-30 20:22 ` [PATCH 2/2] mpd: disable automatic start at boot - service is activated on demand by socket Andreas Müller
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2016-09-30 20:22 UTC (permalink / raw)
  To: openembedded-devel

Andreas Müller (2):
  physfs: fix LICENSE checksum
  mpd: disable automatic start at boot - service is activated on demand
    by socket

 meta-filesystems/recipes-support/physfs/physfs_git.bb     | 2 +-
 meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.5.5



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

* [PATCH 1/2] physfs: fix LICENSE checksum
  2016-09-30 20:22 [PATCH 0/2] physfs fixup -> master-next / mpd: enhancement Andreas Müller
@ 2016-09-30 20:22 ` Andreas Müller
  2016-09-30 20:22 ` [PATCH 2/2] mpd: disable automatic start at boot - service is activated on demand by socket Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2016-09-30 20:22 UTC (permalink / raw)
  To: openembedded-devel

This slipped through in previous commit. License changed Copyright year causing
checksum change.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-filesystems/recipes-support/physfs/physfs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-support/physfs/physfs_git.bb b/meta-filesystems/recipes-support/physfs/physfs_git.bb
index 3f1c156..a50715c 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_git.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
 HOMEAPAGE = "http://icculus.org/physfs"
 LICENSE = "Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d94e3eaaa10b00ca803ba35a3e87cde"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4424d2cfb8a288df2843c4467b5d719a"
 DEPENDS = "readline zlib"
 
 inherit cmake
-- 
2.5.5



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

* [PATCH 2/2] mpd: disable automatic start at boot - service is activated on demand by socket
  2016-09-30 20:22 [PATCH 0/2] physfs fixup -> master-next / mpd: enhancement Andreas Müller
  2016-09-30 20:22 ` [PATCH 1/2] physfs: fix LICENSE checksum Andreas Müller
@ 2016-09-30 20:22 ` Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2016-09-30 20:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb
index 5c574c1..0fed867 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.15.bb
@@ -53,7 +53,7 @@ do_install_append() {
 RPROVIDES_${PN} += "${PN}-systemd"
 RREPLACES_${PN} += "${PN}-systemd"
 RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "mpd.service mpd.socket"
+SYSTEMD_SERVICE_${PN} = "mpd.socket"
 
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = " \
-- 
2.5.5



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

end of thread, other threads:[~2016-09-30 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-30 20:22 [PATCH 0/2] physfs fixup -> master-next / mpd: enhancement Andreas Müller
2016-09-30 20:22 ` [PATCH 1/2] physfs: fix LICENSE checksum Andreas Müller
2016-09-30 20:22 ` [PATCH 2/2] mpd: disable automatic start at boot - service is activated on demand by socket Andreas Müller

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.