Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] udev: Move udevd back to /sbin
@ 2013-04-08 14:39 Radu Moisan
  2013-04-08 15:42 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Radu Moisan @ 2013-04-08 14:39 UTC (permalink / raw)
  To: openembedded-core

Fixes [Yocto #4046]

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 meta/recipes-core/udev/udev.inc    |    3 ++-
 meta/recipes-core/udev/udev_182.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index e358d2d..c4d2ce4 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -40,7 +40,7 @@ EXTRA_OECONF = "--disable-introspection \
                 ac_cv_file__usr_share_hwdata_pci_ids=no \
                 ac_cv_file__usr_share_misc_pci_ids=yes \
                 --sbindir=${base_sbindir} \
-                --libexecdir=${base_libdir} \
+                --libexecdir=${base_sbindir} \
                 --with-rootlibdir=${base_libdir} \
                 --with-rootprefix= \
                "
@@ -61,6 +61,7 @@ RRECOMMENDS_${PN} += "udev-utils"
 FILES_${PN}-dbg += "${libexecdir}/.debug"
 FILES_${PN}-dbg += "${base_libdir}/udev/.debug/"
 FILES_${PN}-dbg += "${base_libdir}/udev/.debug/*"
+FILES_${PN}-dbg += "${base_sbindir}/udev/.debug/*"
 FILES_${PN}-dev = "${datadir}/pkgconfig/udev.pc"
 FILES_libudev = "${base_libdir}/libudev.so.*"
 FILES_libudev-dbg = "${base_libdir}/.debug/libudev.so.*"
diff --git a/meta/recipes-core/udev/udev_182.bb b/meta/recipes-core/udev/udev_182.bb
index 42b4d08..d66292e 100644
--- a/meta/recipes-core/udev/udev_182.bb
+++ b/meta/recipes-core/udev/udev_182.bb
@@ -1,6 +1,6 @@
 include udev.inc
 
-PR = "r6"
+PR = "r7"
 
 # module-init-tools from kmod_git will provide libkmod runtime
 DEPENDS += "module-init-tools"
-- 
1.7.9.5




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

* Re: [PATCH] udev: Move udevd back to /sbin
  2013-04-08 14:39 [PATCH] udev: Move udevd back to /sbin Radu Moisan
@ 2013-04-08 15:42 ` Koen Kooi
  2013-04-08 16:12   ` Radu Moisan
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2013-04-08 15:42 UTC (permalink / raw)
  To: Radu Moisan; +Cc: openembedded-core


Op 8 apr. 2013, om 16:39 heeft Radu Moisan <radu.moisan@intel.com> het volgende geschreven:

> Fixes [Yocto #4046]

Can you eloborate a bit in the commit message?


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

* Re: [PATCH] udev: Move udevd back to /sbin
  2013-04-08 15:42 ` Koen Kooi
@ 2013-04-08 16:12   ` Radu Moisan
  0 siblings, 0 replies; 3+ messages in thread
From: Radu Moisan @ 2013-04-08 16:12 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core


On 04/08/2013 06:42 PM, Koen Kooi wrote:
> Op 8 apr. 2013, om 16:39 heeft Radu Moisan <radu.moisan@intel.com> het volgende geschreven:
>
>> Fixes [Yocto #4046]
> Can you eloborate a bit in the commit message?

Yes, will follow up with a v2

Radu



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

end of thread, other threads:[~2013-04-08 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 14:39 [PATCH] udev: Move udevd back to /sbin Radu Moisan
2013-04-08 15:42 ` Koen Kooi
2013-04-08 16:12   ` Radu Moisan

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