Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] avahi-ui: drop rmdir localstatedir in bb recipe
@ 2014-08-16  2:08 Robert Yang
  2014-08-16  2:08 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-08-16  2:08 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 324c6ac33ab44e4c1949b8001a53a8ffd2a979e2:

  avahi: unset FILES_avahi to avoid packaging files there (2014-08-15 18:20:07 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/ava
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/ava

Robert Yang (1):
  avahi-ui: drop rmdir localstatedir in bb recipe

 meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] avahi-ui: drop rmdir localstatedir in bb recipe
  2014-08-16  2:08 [PATCH 0/1] avahi-ui: drop rmdir localstatedir in bb recipe Robert Yang
@ 2014-08-16  2:08 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-08-16  2:08 UTC (permalink / raw)
  To: openembedded-core

There is a "rmdir --ignore-fail-on-non-empty ${D}${localstatedir}" in
avahi.inc, so drop the one in avahi-ui_0.6.31.bb, otherwise do_install
error:
rmdir: failed to remove `/path/to/image/var': No such file or directory

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
index 557c1c1..070530e 100644
--- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
+++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
@@ -64,6 +64,5 @@ do_install_append () {
 	rm ${D}${mandir}/man1/a*
 	rm ${D}${mandir}/man5 -rf
 	rm ${D}${mandir}/man8 -rf
-	rmdir ${D}${localstatedir}
 }
 
-- 
1.7.9.5



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

end of thread, other threads:[~2014-08-16  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16  2:08 [PATCH 0/1] avahi-ui: drop rmdir localstatedir in bb recipe Robert Yang
2014-08-16  2:08 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox