All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Patchset for pushing into master
@ 2011-04-07 13:19 Otavio Salvador
  2011-04-07 13:19 ` [PATCH 1/6] udev (165): move ConsoleKit support to udev-consolekit package Otavio Salvador
  0 siblings, 1 reply; 23+ messages in thread
From: Otavio Salvador @ 2011-04-07 13:19 UTC (permalink / raw)
  To: openembedded-devel

Hello,

Here goes our current patchset that is ready for pushing into
master. Please review and apply those that fit your quality
requirements ;-)

Att,




^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PATCH 1/6] udev (165): move ConsoleKit support to udev-consolekit package
@ 2011-04-01 12:16 Otavio Salvador
  2011-04-01 12:16 ` [PATCH 2/6] conf/bitbake: improve compression image handling Otavio Salvador
  0 siblings, 1 reply; 23+ messages in thread
From: Otavio Salvador @ 2011-04-01 12:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes/udev/udev_165.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb
index d426aff..822891f 100644
--- a/recipes/udev/udev_165.bb
+++ b/recipes/udev/udev_165.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r3"
+PR = "r4"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
@@ -71,7 +71,7 @@ EXTRA_OECONF += " --with-udev-prefix= \
 INITSCRIPT_NAME = "udev"
 INITSCRIPT_PARAMS = "start 03 S ."
 
-PACKAGES =+ "libudev libgudev udev-utils"
+PACKAGES =+ "libudev libgudev udev-utils udev-consolekit"
 
 FILES_libudev = "${base_libdir}/libudev.so.*"
 FILES_libgudev = "${base_libdir}/libgudev*.so.*"
@@ -84,7 +84,8 @@ FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug"
 
 # udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir}
 # is ${prefix}/lib64
-FILES_${PN} += "/lib/udev* ${libdir}/ConsoleKit"
+FILES_${PN} += "/lib/udev*"
+FILES_${PN}-consokekit += "${libdir}/ConsoleKit"
 FILES_${PN}-dbg += "/lib/udev/.debug"
 
 RPROVIDES_udev_append = " udev-compat-wrapper"
-- 
1.7.2.3




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

end of thread, other threads:[~2011-04-11 21:47 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 13:19 [PATCH 0/6] Patchset for pushing into master Otavio Salvador
2011-04-07 13:19 ` [PATCH 1/6] udev (165): move ConsoleKit support to udev-consolekit package Otavio Salvador
2011-04-07 13:19   ` [PATCH 2/6] conf/bitbake: improve compression image handling Otavio Salvador
2011-04-07 13:19     ` [PATCH 3/6] xorg-xserver-common.inc: drop .la files from packages Otavio Salvador
2011-04-07 13:19       ` [PATCH 4/6] xserver-xorg (1.9.4): enable xephyr Otavio Salvador
2011-04-07 13:19         ` [PATCH 5/6] xserver-xorg (git): " Otavio Salvador
2011-04-07 13:19           ` [PATCH 6/6] freerdp: update version to 2009-03-29 snapshot Otavio Salvador
2011-04-07 17:27             ` Phil Blundell
2011-04-07 17:34               ` Otavio Salvador
2011-04-11 13:10         ` [PATCH 4/6] xserver-xorg (1.9.4): enable xephyr Martin Jansa
2011-04-11 13:32           ` Otavio Salvador
2011-04-11 21:45           ` Khem Raj
2011-04-07 17:23     ` [PATCH 2/6] conf/bitbake: improve compression image handling Phil Blundell
2011-04-07 17:29       ` Otavio Salvador
2011-04-07 23:48         ` Tom Rini
2011-04-08 11:50           ` Otavio Salvador
2011-04-08 12:18           ` Phil Blundell
2011-04-08 12:38             ` Otavio Salvador
2011-04-08  4:32       ` Martin Jansa
2011-04-08 11:51         ` Otavio Salvador
2011-04-07 17:21   ` [PATCH 1/6] udev (165): move ConsoleKit support to udev-consolekit package Phil Blundell
2011-04-07 17:30     ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2011-04-01 12:16 Otavio Salvador
2011-04-01 12:16 ` [PATCH 2/6] conf/bitbake: improve compression image handling 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.