All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] python-mako: rm -df -> rmdir
@ 2016-06-12  8:42 Robert Yang
  2016-06-12  8:42 ` [PATCH 1/1] " Robert Yang
  2016-06-13  2:22 ` [PATCH 0/1] " Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2016-06-12  8:42 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 207dba5b6eb04c1ae2081bac06724b3b6a198cb3:

  oe-pkgdata-util: fix AttributeError (2016-06-07 21:36:09 +0100)

are available in the git repository at:

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

Robert Yang (1):
  python-mako: rm -df -> rmdir

 meta/recipes-devtools/python/python-mako_1.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.8.0



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

* [PATCH 1/1] python-mako: rm -df -> rmdir
  2016-06-12  8:42 [PATCH 0/1] python-mako: rm -df -> rmdir Robert Yang
@ 2016-06-12  8:42 ` Robert Yang
  2016-06-13  2:22 ` [PATCH 0/1] " Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-06-12  8:42 UTC (permalink / raw)
  To: openembedded-core

The old rm (e.g., Ubuntu 12.04's) doesn't has -d option, use rmdir to
make it work. BTW., the "-f" option in rm -df doesn't make any sense.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/python/python-mako_1.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-mako_1.0.3.bb b/meta/recipes-devtools/python/python-mako_1.0.3.bb
index d4f426d..abab0bc 100644
--- a/meta/recipes-devtools/python/python-mako_1.0.3.bb
+++ b/meta/recipes-devtools/python/python-mako_1.0.3.bb
@@ -26,5 +26,5 @@ BBCLASSEXTEND = "native nativesdk"
 # The same utility is packaged in python3-mako, so it would conflict
 do_install_append() {
     rm -f ${D}${bindir}/mako-render
-    rm -df ${D}${bindir}
+    rmdir ${D}${bindir}
 }
-- 
2.8.0



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

* Re: [PATCH 0/1] python-mako: rm -df -> rmdir
  2016-06-12  8:42 [PATCH 0/1] python-mako: rm -df -> rmdir Robert Yang
  2016-06-12  8:42 ` [PATCH 1/1] " Robert Yang
@ 2016-06-13  2:22 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-06-13  2:22 UTC (permalink / raw)
  To: openembedded-core


Rebased to for mako_1.0.4.bb:

git://git.openembedded.org/openembedded-core-contrib rbt/rm

// Robert

On 06/12/2016 04:42 PM, Robert Yang wrote:
> The following changes since commit 207dba5b6eb04c1ae2081bac06724b3b6a198cb3:
>
>    oe-pkgdata-util: fix AttributeError (2016-06-07 21:36:09 +0100)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib rbt/rm
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/rm
>
> Robert Yang (1):
>    python-mako: rm -df -> rmdir
>
>   meta/recipes-devtools/python/python-mako_1.0.3.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>


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

end of thread, other threads:[~2016-06-13  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12  8:42 [PATCH 0/1] python-mako: rm -df -> rmdir Robert Yang
2016-06-12  8:42 ` [PATCH 1/1] " Robert Yang
2016-06-13  2:22 ` [PATCH 0/1] " Robert Yang

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.