* [PATCH 0/1][meta-oe] talloc: ignore exit status of rmdir
@ 2014-09-09 7:30 wenzong.fan
2014-09-09 7:30 ` [PATCH 1/1][meta-oe] " wenzong.fan
2014-09-09 9:23 ` [PATCH 0/1][meta-oe] " wenzong fan
0 siblings, 2 replies; 3+ messages in thread
From: wenzong.fan @ 2014-09-09 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Wenzong Fan <wenzong.fan@windriver.com>
* fix do_insall errors:
rmdir: failed to remove `.../talloc/2.0.1-r2/image/usr/bin': \
No such file or directory
The following changes since commit 46824934fa4ac6a61bebe2c92faa31c0a8e85392:
meta-networking: Update layer dependency information (2014-09-08 16:34:25 -0400)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib wenzong/fix-talloc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/fix-talloc
Wenzong Fan (1):
talloc: ignore exit status of rmdir
meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1][meta-oe] talloc: ignore exit status of rmdir
2014-09-09 7:30 [PATCH 0/1][meta-oe] talloc: ignore exit status of rmdir wenzong.fan
@ 2014-09-09 7:30 ` wenzong.fan
2014-09-09 9:23 ` [PATCH 0/1][meta-oe] " wenzong fan
1 sibling, 0 replies; 3+ messages in thread
From: wenzong.fan @ 2014-09-09 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Wenzong Fan <wenzong.fan@windriver.com>
* fix do_insall errors:
rmdir: failed to remove `.../talloc/2.0.1-r2/image/usr/bin': \
No such file or directory
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
index 48c0915..ed3e2c1 100644
--- a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
+++ b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
@@ -29,7 +29,7 @@ do_install_append() {
ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0
ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2
ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so
- rmdir ${D}${bindir}
+ rmdir ${D}${bindir} || true
}
PACKAGES += "${PN}-swig"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1][meta-oe] talloc: ignore exit status of rmdir
2014-09-09 7:30 [PATCH 0/1][meta-oe] talloc: ignore exit status of rmdir wenzong.fan
2014-09-09 7:30 ` [PATCH 1/1][meta-oe] " wenzong.fan
@ 2014-09-09 9:23 ` wenzong fan
1 sibling, 0 replies; 3+ messages in thread
From: wenzong fan @ 2014-09-09 9:23 UTC (permalink / raw)
To: openembedded-devel
Recall this patch, it should be fixed from the dependency of swig. I'll
send out another patches later ...
Sorry for the inconvenience.
// Wenzong
On 09/09/2014 03:30 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan <wenzong.fan@windriver.com>
>
> * fix do_insall errors:
> rmdir: failed to remove `.../talloc/2.0.1-r2/image/usr/bin': \
> No such file or directory
>
> The following changes since commit 46824934fa4ac6a61bebe2c92faa31c0a8e85392:
>
> meta-networking: Update layer dependency information (2014-09-08 16:34:25 -0400)
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib wenzong/fix-talloc
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/fix-talloc
>
> Wenzong Fan (1):
> talloc: ignore exit status of rmdir
>
> meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-09 9:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 7:30 [PATCH 0/1][meta-oe] talloc: ignore exit status of rmdir wenzong.fan
2014-09-09 7:30 ` [PATCH 1/1][meta-oe] " wenzong.fan
2014-09-09 9:23 ` [PATCH 0/1][meta-oe] " wenzong fan
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.