* [meta-oe][PATCH 0/1] SystemD related fix
@ 2011-10-19 15:35 Otavio Salvador
2011-10-19 15:35 ` [meta-oe][PATCH 1/1] udev: udev-systemd refactory Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2011-10-19 15:35 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 59f9d80e83fd3275def5d909d7d0e1861fd8105b:
cloud9 0.5.1: convert to fetch SRC_URI (2011-10-19 14:48:02 +0200)
are available in the git repository at:
git://github.com/OSSystems/meta-oe master
https://github.com/OSSystems/meta-oe/tree/master
Otavio Salvador (1):
udev: udev-systemd refactory
meta-oe/recipes-core/udev/udev_173.bb | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
--
1.7.2.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [meta-oe][PATCH 1/1] udev: udev-systemd refactory
2011-10-19 15:35 [meta-oe][PATCH 0/1] SystemD related fix Otavio Salvador
@ 2011-10-19 15:35 ` Otavio Salvador
2011-10-19 21:04 ` Paul Menzel
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2011-10-19 15:35 UTC (permalink / raw)
To: openembedded-devel
---
meta-oe/recipes-core/udev/udev_173.bb | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index 56ebb77..e4e634a 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
# Needed for udev-extras
DEPENDS = "gperf-native usbutils acl glib-2.0"
-PR = "r1"
+PR = "r2"
# version specific SRC_URI
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
@@ -61,7 +61,8 @@ INITSCRIPT_PARAMS = "start 04 S ."
PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit"
-FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
+FILES_${PN}-systemd = "${base_libdir}/systemd"
+RDEPENDS_${PN}-systemd += "udev"
FILES_libudev = "${base_libdir}/libudev.so.*"
FILES_libgudev = "${base_libdir}/libgudev*.so.*"
@@ -82,9 +83,6 @@ FILES_${PN}-dbg += "/lib/udev/.debug"
FILES_${PN}-consolekit += "${libdir}/ConsoleKit"
RDEPENDS_${PN}-consolekit += "consolekit"
-# Package up systemd files
-FILES_${PN} += "${base_libdir}/systemd"
-
do_install () {
install -d ${D}${usrsbindir} \
${D}${sbindir}
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH 1/1] udev: udev-systemd refactory
2011-10-19 15:35 ` [meta-oe][PATCH 1/1] udev: udev-systemd refactory Otavio Salvador
@ 2011-10-19 21:04 ` Paul Menzel
0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2011-10-19 21:04 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1863 bytes --]
Dear Otavio,
Am Mittwoch, den 19.10.2011, 15:35 +0000 schrieb Otavio Salvador:
your Signed-off-by line is missing. Additionally please describe your
changes in the commit message [1].
In this case
udev_173: Package all systemd files in udev-systemd
should be good.
Is that change just cosmetic or does it yield a (big?) size reduction of
package `udev`?
> ---
> meta-oe/recipes-core/udev/udev_173.bb | 8 +++-----
> 1 files changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
> index 56ebb77..e4e634a 100644
> --- a/meta-oe/recipes-core/udev/udev_173.bb
> +++ b/meta-oe/recipes-core/udev/udev_173.bb
> @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> # Needed for udev-extras
> DEPENDS = "gperf-native usbutils acl glib-2.0"
>
> -PR = "r1"
> +PR = "r2"
>
> # version specific SRC_URI
> SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
> @@ -61,7 +61,8 @@ INITSCRIPT_PARAMS = "start 04 S ."
>
> PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit"
>
> -FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
> +FILES_${PN}-systemd = "${base_libdir}/systemd"
> +RDEPENDS_${PN}-systemd += "udev"
>
> FILES_libudev = "${base_libdir}/libudev.so.*"
> FILES_libgudev = "${base_libdir}/libgudev*.so.*"
> @@ -82,9 +83,6 @@ FILES_${PN}-dbg += "/lib/udev/.debug"
> FILES_${PN}-consolekit += "${libdir}/ConsoleKit"
> RDEPENDS_${PN}-consolekit += "consolekit"
>
> -# Package up systemd files
> -FILES_${PN} += "${base_libdir}/systemd"
> -
> do_install () {
> install -d ${D}${usrsbindir} \
> ${D}${sbindir}
Thanks,
Paul
[1] http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-19 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 15:35 [meta-oe][PATCH 0/1] SystemD related fix Otavio Salvador
2011-10-19 15:35 ` [meta-oe][PATCH 1/1] udev: udev-systemd refactory Otavio Salvador
2011-10-19 21:04 ` Paul Menzel
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.