All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] udev: fix typo
@ 2014-01-23  7:10 Chen Qi
  2014-01-23  7:10 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2014-01-23  7:10 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 4659d29b1040349116549644e45035a5b37d9311:

  sstate.bbclass: remove previous version's stamp (2014-01-21 10:36:23 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/udev-typo
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/udev-typo

Chen Qi (1):
  udev: fix typo

 meta/recipes-core/udev/udev.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] udev: fix typo
  2014-01-23  7:10 [PATCH 0/1] udev: fix typo Chen Qi
@ 2014-01-23  7:10 ` Chen Qi
  2014-01-23 11:23   ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2014-01-23  7:10 UTC (permalink / raw)
  To: openembedded-core

Fix the typo in the RDEPENDS statement to make it have real effect.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-core/udev/udev.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 3190731..1b22525 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
            file://init"
 
 inherit autotools pkgconfig update-rc.d ptest
-+RDEPENDS_${PN}-ptest += "make"
+RDEPENDS_${PN}-ptest += "make"
 
 libexecdir = "${base_libdir}"
 EXTRA_OECONF = "--disable-introspection \
-- 
1.7.9.5



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

* Re: [PATCH 1/1] udev: fix typo
  2014-01-23  7:10 ` [PATCH 1/1] " Chen Qi
@ 2014-01-23 11:23   ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-01-23 11:23 UTC (permalink / raw)
  To: Chen Qi; +Cc: Patches and discussions about the oe-core layer

On Thu, Jan 23, 2014 at 5:10 AM, Chen Qi <Qi.Chen@windriver.com> wrote:
> Fix the typo in the RDEPENDS statement to make it have real effect.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2014-01-23 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23  7:10 [PATCH 0/1] udev: fix typo Chen Qi
2014-01-23  7:10 ` [PATCH 1/1] " Chen Qi
2014-01-23 11:23   ` Otavio Salvador

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.