All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] fix files path after package/{multimedia => } move
@ 2013-09-09 21:46 Yann E. MORIN
  2013-09-09 21:46 ` [Buildroot] [PATCH 1/2] package/mpd: " Yann E. MORIN
  2013-09-09 21:46 ` [Buildroot] [PATCH 2/2] package/pulseaudio: " Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2013-09-09 21:46 UTC (permalink / raw)
  To: buildroot

Hello All,

Cset adf6511 moved packages from package/multimedia/ to package/
but forgot to change the paths of files referenced in the .mk files.

Fix this for two packages:

    [PATCH 1/2] package/mpd: fix files path after package/{multimedia => } move
    [PATCH 2/2] package/pulseaudio: fix files path after package/{multimedia => } move

Regards,
Yann E. MORIN.

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

* [Buildroot] [PATCH 1/2] package/mpd: fix files path after package/{multimedia => } move
  2013-09-09 21:46 [Buildroot] [PATCH 0/2] fix files path after package/{multimedia => } move Yann E. MORIN
@ 2013-09-09 21:46 ` Yann E. MORIN
  2013-09-09 21:46 ` [Buildroot] [PATCH 2/2] package/pulseaudio: " Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2013-09-09 21:46 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Cset adf6511 moved packages from package/multimedia/ to package/
but forgot to change the paths of files referenced in the .mk files.

Fix mpd's config file and startup script.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/mpd/mpd.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index edcd945..737be41 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -129,10 +129,10 @@ endif
 
 define MPD_INSTALL_EXTRA_FILES
 	@if [ ! -f $(TARGET_DIR)/etc/mpd.conf ]; then \
-		$(INSTALL) -D package/multimedia/mpd/mpd.conf \
+		$(INSTALL) -D package/mpd/mpd.conf \
 			$(TARGET_DIR)/etc/mpd.conf; \
 	fi
-	$(INSTALL) -m 0755 -D package/multimedia/mpd/S95mpd \
+	$(INSTALL) -m 0755 -D package/mpd/S95mpd \
 		$(TARGET_DIR)/etc/init.d/S95mpd
 endef
 
-- 
1.8.1.2

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

* [Buildroot] [PATCH 2/2] package/pulseaudio: fix files path after package/{multimedia => } move
  2013-09-09 21:46 [Buildroot] [PATCH 0/2] fix files path after package/{multimedia => } move Yann E. MORIN
  2013-09-09 21:46 ` [Buildroot] [PATCH 1/2] package/mpd: " Yann E. MORIN
@ 2013-09-09 21:46 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2013-09-09 21:46 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Cset adf6511 moved packages from package/multimedia/ to package/
but forgot to change the paths of files referenced in the .mk files.

Fix path to pulseaudio's startup script.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/pulseaudio/pulseaudio.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 66265d0..cdeabc5 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -107,7 +107,7 @@ define PULSEAUDIO_USERS
 endef
 
 define PULSEAUDIO_INSTALL_INIT_SYSV
-	$(INSTALL) -D -m 755 package/multimedia/pulseaudio/S50pulseaudio \
+	$(INSTALL) -D -m 755 package/pulseaudio/S50pulseaudio \
 		$(TARGET_DIR)/etc/init.d/S50pulseaudio
 endef
 
-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-09 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-09 21:46 [Buildroot] [PATCH 0/2] fix files path after package/{multimedia => } move Yann E. MORIN
2013-09-09 21:46 ` [Buildroot] [PATCH 1/2] package/mpd: " Yann E. MORIN
2013-09-09 21:46 ` [Buildroot] [PATCH 2/2] package/pulseaudio: " Yann E. MORIN

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.