* [PATCH 7/8] dbus-glib: upgrade to version 0.92
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
@ 2011-01-05 18:00 ` Scott Garman
2011-01-05 21:18 ` [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (8 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 18:00 UTC (permalink / raw)
To: poky
Includes some minor recipe formatting changes.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../no-examples.patch | 0
meta/recipes-core/dbus/dbus-glib.inc | 12 +++++++-----
meta/recipes-core/dbus/dbus-glib_0.88.bb | 6 ------
meta/recipes-core/dbus/dbus-glib_0.92.bb | 6 ++++++
4 files changed, 13 insertions(+), 11 deletions(-)
rename meta/recipes-core/dbus/{dbus-glib-0.88 => dbus-glib-0.92}/no-examples.patch (100%)
delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.88.bb
create mode 100644 meta/recipes-core/dbus/dbus-glib_0.92.bb
diff --git a/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch
rename to meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 7dee3ff..22bf627 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -1,10 +1,12 @@
SUMMARY = "High level language (GLib) binding for D-Bus"
-DESCRIPTION = "GLib bindings for the D-Bus message bus that integration the D-Bus library with the GLib thread abstraction and main loop."
+DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
+the D-Bus library with the GLib thread abstraction and main loop."
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "AFL2.1 | GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \
file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f"
SECTION = "base"
+
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
@@ -13,12 +15,12 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
inherit autotools pkgconfig gettext
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
-FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
-
EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \
--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
+FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
+
BBCLASSEXTEND = "native"
diff --git a/meta/recipes-core/dbus/dbus-glib_0.88.bb b/meta/recipes-core/dbus/dbus-glib_0.88.bb
deleted file mode 100644
index 64f0830..0000000
--- a/meta/recipes-core/dbus/dbus-glib_0.88.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require dbus-glib.inc
-
-PR = "r0"
-
-SRC_URI[md5sum] = "7c04ba01df6130c2c4e62f73bea0d0d5"
-SRC_URI[sha256sum] = "57939e2b567940beb23a52b5f3075743bd25ab203428e1c86f8c773330565737"
diff --git a/meta/recipes-core/dbus/dbus-glib_0.92.bb b/meta/recipes-core/dbus/dbus-glib_0.92.bb
new file mode 100644
index 0000000..72bea89
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus-glib_0.92.bb
@@ -0,0 +1,6 @@
+require dbus-glib.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8"
+SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 0/8] Handful 'o recipe updates
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
2011-01-05 18:00 ` [PATCH 7/8] dbus-glib: upgrade to version 0.92 Scott Garman
@ 2011-01-05 21:18 ` Scott Garman
2011-01-05 21:33 ` Saul Wold
2011-01-05 21:44 ` [PATCH 1/8] pax-utils: upgrade to version 2.2.2 Scott Garman
` (7 subsequent siblings)
9 siblings, 1 reply; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:18 UTC (permalink / raw)
To: poky
On 01/05/2011 10:00 AM, Scott Garman wrote:
> Hi Saul,
>
> This pull request includes all of the recipe upgrades Yu Ke recently
> gave me except icu, which I'm still working on. Most of them do not
> involve any upstream upgrades, but there were some recipe cleanups
> that were needed anyway.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: sgarman/recipe-upgrades3
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades3
>
> Thanks,
> Scott Garman<scott.a.garman@intel.com>
The reason why nearly all of the patches never made the list is that the
send-pull-request script prompts for my smtp password for each
individual email, and I fat-fingered my password for nearly all of them.
Let me know if you want a re-send; otherwise just check out the above
url for my commits.
Scott
--
Scott Garman
Embedded Linux Distro Engineer - Yocto Project
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 0/8] Handful 'o recipe updates
2011-01-05 21:18 ` [PATCH 0/8] Handful 'o recipe updates Scott Garman
@ 2011-01-05 21:33 ` Saul Wold
0 siblings, 0 replies; 12+ messages in thread
From: Saul Wold @ 2011-01-05 21:33 UTC (permalink / raw)
To: Scott Garman; +Cc: poky
On 01/05/2011 01:18 PM, Scott Garman wrote:
> On 01/05/2011 10:00 AM, Scott Garman wrote:
>> Hi Saul,
>>
>> This pull request includes all of the recipe upgrades Yu Ke recently
>> gave me except icu, which I'm still working on. Most of them do not
>> involve any upstream upgrades, but there were some recipe cleanups
>> that were needed anyway.
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>> Branch: sgarman/recipe-upgrades3
>> Browse:
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades3
>>
>>
>> Thanks,
>> Scott Garman<scott.a.garman@intel.com>
>
> The reason why nearly all of the patches never made the list is that the
> send-pull-request script prompts for my smtp password for each
> individual email, and I fat-fingered my password for nearly all of them.
> Let me know if you want a re-send; otherwise just check out the above
> url for my commits.
>
> Scott
>
Scott, please resend.
Thanks
Sau!
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/8] pax-utils: upgrade to version 2.2.2
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
2011-01-05 18:00 ` [PATCH 7/8] dbus-glib: upgrade to version 0.92 Scott Garman
2011-01-05 21:18 ` [PATCH 0/8] Handful 'o recipe updates Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 2/8] apmd: delete unused patch Scott Garman
` (6 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
* Upgrade to latest upstream release
* Minor cosmetic recipe changes
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb | 19 ------------------
meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb | 21 ++++++++++++++++++++
2 files changed, 21 insertions(+), 19 deletions(-)
delete mode 100644 meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
create mode 100644 meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
deleted file mode 100644
index f19934c..0000000
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Security-focused ELF files checking tool"
-DESCRIPTION = "This is a small set of various PaX aware and related utilities for ELF binaries. It can check ELF \
-binary files and running processes for issues that might be relevant when using ELF binaries along with PaX, \
-such as non-PIC code or executable stack and heap."
-HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
-SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "2bf53234580e02294453a40c864f5871"
-SRC_URI[sha256sum] = "6a5beefb686e425eb6829bc716d2b32b64c2e854287c212c9853bc2beb705c3a"
-
-PR = "r0"
-
-do_install() {
- oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
-}
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb
new file mode 100644
index 0000000..6bb33e7
--- /dev/null
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Security-focused ELF files checking tool"
+DESCRIPTION = "This is a small set of various PaX aware and related \
+utilities for ELF binaries. It can check ELF binary files and running \
+processes for issues that might be relevant when using ELF binaries \
+along with PaX, such as non-PIC code or executable stack and heap."
+HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
+
+SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "93a2e993ec7a83627c39ddf92988e191"
+SRC_URI[sha256sum] = "eac86abe7871ee12452d221c1e7c21acb9ba78ba2cba1daa587d3c93c77acd07"
+
+PR = "r0"
+
+do_install() {
+ oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
+}
+
+BBCLASSEXTEND = "native"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 2/8] apmd: delete unused patch
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (2 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 1/8] pax-utils: upgrade to version 2.2.2 Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 3/8] apmd: added HOMEPAGE, minor formatting changes Scott Garman
` (5 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../apmd/apmd-3.2.2-14/workaround.patch | 59 --------------------
1 files changed, 0 insertions(+), 59 deletions(-)
delete mode 100644 meta/recipes-bsp/apmd/apmd-3.2.2-14/workaround.patch
diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/workaround.patch b/meta/recipes-bsp/apmd/apmd-3.2.2-14/workaround.patch
deleted file mode 100644
index d373803..0000000
--- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/workaround.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-# this workaround is there in OE since 2003. It looks to provide a workaround
-# allowing others sending SIGUSR1 to cause an apm suspend event. Disable it for
-# now.
-#
-# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-13
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- apmd-3.2.2.orig/apmd.c~workaround.patch
-+++ apmd-3.2.2.orig/apmd.c
-@@ -158,6 +158,7 @@
- static int quiet_bios_batlow; /* = 0 */
- static int verbosity = DEFAULT_VERBOSITY;
- static int warn_level = 10;
-+static int sleep_now = 0; /* ntp */
-
- static uid_t apmd_uid = 0;
- static int apmd_fd = -1;
-@@ -942,6 +943,12 @@
- exit(0);
- }
-
-+/* ntp */
-+static void sig_usr1(int sig)
-+{
-+ sleep_now = 1;
-+}
-+
- int main(int argc, char **argv)
- {
- int c;
-@@ -1151,6 +1158,8 @@
- openlog("apmd", (verbosity>=LOG_DEBUG)?LOG_PERROR:0 | LOG_PID | LOG_CONS, LOG_DAEMON);
-
- /* Set up signal handler */
-+ if (signal(SIGUSR1, SIG_IGN) != SIG_IGN)
-+ signal(SIGUSR1, sig_usr1); /* ntp */
- if (signal(SIGINT, SIG_IGN) != SIG_IGN)
- signal(SIGINT, sig_handler);
- if (signal(SIGQUIT, SIG_IGN) != SIG_IGN)
-@@ -1230,9 +1239,16 @@
-
- for (;;)
- {
-- int num_events = apm_get_events(apmd_fd, check_interval, events, MAX_EVENTS);
-+ int num_events;
- int e, a;
-
-+ /* ntp */
-+ if (sleep_now) {
-+ sleep_now = 0;
-+ handle_event(APM_USER_SUSPEND, &apminfo);
-+ }
-+
-+ num_events = apm_get_events(apmd_fd, check_interval, events, MAX_EVENTS);
- apm_read(&apminfo);
-
- if (num_events == 0) {
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 3/8] apmd: added HOMEPAGE, minor formatting changes
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (3 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 2/8] apmd: delete unused patch Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 4/8] blktool: " Scott Garman
` (4 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index 5f6fce4..50d84ec 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -1,12 +1,13 @@
SUMMARY = "Utilities for Advanced Power Management"
-DESCRIPTION = "The Advanced Power Management (APM) support provides access to \
-battery status information and a set of tools for managing notebook power \
-consumption."
+DESCRIPTION = "The Advanced Power Management (APM) support provides \
+access to battery status information and a set of tools for managing \
+notebook power consumption."
+HOMEPAGE = "http://apenwarr.ca/apmd/"
SECTION = "base"
PRIORITY = "required"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769"
+ file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769"
DEPENDS = "libtool-cross"
PR = "r1"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 4/8] blktool: minor formatting changes
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (4 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 3/8] apmd: added HOMEPAGE, minor formatting changes Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 5/8] libgdbus_git: metadata fixes and " Scott Garman
` (3 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/recipes-extended/blktool/blktool_4-6.bb | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb
index 1e4ca9d..86d2d0d 100644
--- a/meta/recipes-extended/blktool/blktool_4-6.bb
+++ b/meta/recipes-extended/blktool/blktool_4-6.bb
@@ -1,10 +1,14 @@
-SUMMARY = "tune low-level block device parameters"
-DESCRIPTION = "blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices"
+SUMMARY = "Tune low-level block device parameters"
+DESCRIPTION = "blktool is used for querying and/or changing settings \
+of a block device. It is like hdparm but a more general tool, as it \
+works on SCSI, IDE and SATA devices."
HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373"
+
DEPENDS = "glib-2.0"
+PR = "r0"
SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \
${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes;name=patch"
@@ -15,7 +19,6 @@ SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e0680
SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f"
SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b"
-PR = "r0"
S = "${WORKDIR}/${PN}-4.orig"
inherit autotools
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 5/8] libgdbus_git: metadata fixes and minor formatting changes
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (5 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 4/8] blktool: " Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 6/8] dbus-glib: delete unused patch Scott Garman
` (2 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
* Added DESCRIPTION, SECTION, PRIORITY, and PR fields
* Updated SUMMARY and HOMEPAGE fields to reflect more accurate info
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/recipes-support/libgdbus/libgdbus_git.bb | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb
index c465023..f303507 100644
--- a/meta/recipes-support/libgdbus/libgdbus_git.bb
+++ b/meta/recipes-support/libgdbus/libgdbus_git.bb
@@ -1,12 +1,18 @@
-HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
-SUMMARY = "Moblin Glib D-Bus integration"
-LICENSE = "GPLv2&LGPLv2.1"
+SUMMARY = "Library for simple D-Bus integration with GLib"
+DESCRIPTION = "Library for simple D-Bus integration with GLib"
+HOMEPAGE = "http://www.bluez.org"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2&LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
- file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09"
-DEPENDS = "glib-2.0 dbus"
-PV = "0.0+git${SRCREV}"
-S = "${WORKDIR}/git"
+ file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09"
-SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
+DEPENDS = "glib-2.0 dbus"
+PV = "0.0+git${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
+
+S = "${WORKDIR}/git"
inherit autotools pkgconfig
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 6/8] dbus-glib: delete unused patch
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (6 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 5/8] libgdbus_git: metadata fixes and " Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-05 21:44 ` [PATCH 8/8] distro_tracking_fields.inc: update apmd, blktool, dbus-glib, libgdbus, and pax-utils Scott Garman
2011-01-06 17:49 ` [PATCH 0/8] Handful 'o recipe updates Saul Wold
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../dbus/dbus-glib-0.88/fix_asneeded.patch | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
diff --git a/meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch b/meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
deleted file mode 100644
index 3065557..0000000
--- a/meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# not sure the reason for changing link order. Disable it for now, but keep for a while
-#
-# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-10
-
-Index: dbus-glib-0.82/dbus/Makefile.am
-===================================================================
---- dbus-glib-0.82.orig/dbus/Makefile.am 2009-07-16 15:54:44.000000000 +0100
-+++ dbus-glib-0.82/dbus/Makefile.am 2009-12-11 09:27:20.000000000 +0000
-@@ -105,7 +105,7 @@
-
- dbus_bash_completion_helper_SOURCES = \
- dbus-bash-completion-helper.c
--dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(builddir)/libdbus-gtool.la -lexpat $(builddir)/libdbus-glib-1.la
-+dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(builddir)/libdbus-gtool.la $(builddir)/libdbus-glib-1.la -lexpat
-
-
- EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh make-dbus-glib-error-enum.sh dbus-bash-completion.sh.in
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 8/8] distro_tracking_fields.inc: update apmd, blktool, dbus-glib, libgdbus, and pax-utils
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (7 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 6/8] dbus-glib: delete unused patch Scott Garman
@ 2011-01-05 21:44 ` Scott Garman
2011-01-06 17:49 ` [PATCH 0/8] Handful 'o recipe updates Saul Wold
9 siblings, 0 replies; 12+ messages in thread
From: Scott Garman @ 2011-01-05 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 45 ++++++++++---------
1 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 16db013..4e5643c 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -230,14 +230,13 @@ RECIPE_MAINTAINER_pn-dbus = "Qing He <qing.he@intel.com>"
RECIPE_STATUS_pn-dbus-glib = "green"
RECIPE_DEPENDENCY_CHECK_pn-dbus-glib = "not done"
-RECIPE_LATEST_VERSION_pn-dbus-glib = "0.86"
-RECIPE_PATCH_pn-dbus-glib+fix_asneeded = "added in 2009; adjust link order of expat. not sure the reason yet. disable for now"
+RECIPE_LATEST_VERSION_pn-dbus-glib = "0.92"
+RECIPE_NO_OF_PATCHES_pn-dbus-glib = "1"
RECIPE_PATCH_pn-dbus-glib+no-examples = "no need to build example. local patch"
RECIPE_INTEL_SECTION_pn-dbus-glib = "base libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dbus-glib = "6 months"
-RECIPE_LATEST_RELEASE_DATE_pn-dbus-glib = "03/2010"
-RECIPE_COMMENTS_pn-dbus-glib = ""
-RECIPE_LAST_UPDATE_pn-dbus-glib = "Nov 17, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-dbus-glib = "11/2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dbus-glib = "3 days"
+RECIPE_LAST_UPDATE_pn-dbus-glib = "Jan 4, 2011"
RECIPE_MAINTAINER_pn-dbus-glib = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-neon="green"
@@ -843,12 +842,12 @@ RECIPE_MAINTAINER_pn-psplash = "Kevin Tian <kevin.tian@intel.com>"
RECIPE_STATUS_pn-pax-utils = "green"
RECIPE_DEPENDENCY_CHECK_pn-pax-utils = "not done"
-RECIPE_LATEST_VERSION_pn-pax-utils = "0.2.1"
+RECIPE_LATEST_VERSION_pn-pax-utils = "0.2.2"
+RECIPE_NO_OF_PATCHES_pn-pax-utils = "0"
RECIPE_INTEL_SECTION_pn-pax-utils = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pax-utils = "15 months"
-RECIPE_LATEST_RELEASE_DATE_pn-pax-utils = "02/2010"
-RECIPE_COMMENTS_pn-pax-utils = ""
-RECIPE_LAST_UPDATE_pn-pax-utils = "Jun 16, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-pax-utils = "12/2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pax-utils = "10 months"
+RECIPE_LAST_UPDATE_pn-pax-utils = "Jan 4, 2011"
RECIPE_MAINTAINER_pn-pax-utils = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-sudo = "green"
@@ -864,11 +863,11 @@ RECIPE_MAINTAINER_pn-sudo = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-blktool = "green"
RECIPE_DEPENDENCY_CHECK_pn-blktool = "not done"
RECIPE_LATEST_VERSION_pn-blktool = "4-6"
+RECIPE_NO_OF_PATCHES_pn-blktool = "0"
RECIPE_INTEL_SECTION_pn-blktool = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-blktool = "3 years"
RECIPE_LATEST_RELEASE_DATE_pn-blktool = "02/2010"
-RECIPE_COMMENTS_pn-blktool = ""
-RECIPE_LAST_UPDATE_pn-blktool = "Jun 23, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-blktool = "3 years"
+RECIPE_LAST_UPDATE_pn-blktool = "Jan 4, 2011"
RECIPE_MAINTAINER_pn-blktool = "Scott Garman <scott.a.garman@intel.com>"
DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool"
@@ -953,15 +952,15 @@ RECIPE_MAINTAINER_pn-base-passwd = "Kevin Tian <kevin.tian@intel.com>"
RECIPE_STATUS_pn-apmd = "green"
RECIPE_DEPENDENCY_CHECK_pn-apmd = "not done"
RECIPE_LATEST_VERSION_pn-apmd = "3.2.2-14"
+RECIPE_NO_OF_PATCHES_pn-apmd = "3"
RECIPE_PATCH_pn-apmd+debian = "in upstream"
-RECIPE_PATCH_pn-apmd+workaround = "unclear"
RECIPE_PATCH_pn-apmd+unlinux = "added in 3.2.2; 9456cdc1; 2007; to prevent build from interfering with host kernel headers. curious whether it's still required or any better way?"
RECIPE_PATCH_pn-apmd+libtool = "added in 3.2.2; 35de05e6; 2008; by RP; to solve compability with libtool 2.2.4. perhaps for upstream"
RECIPE_INTEL_SECTION_pn-apmd = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-apmd = "1 year"
RECIPE_LATEST_RELEASE_DATE_pn-apmd = "07/2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-apmd = "1 year"
RECIPE_COMMENTS_pn-apmd = ""
-RECIPE_LAST_UPDATE_pn-apmd = "Jul 13, 2010"
+RECIPE_LAST_UPDATE_pn-apmd = "Jan 4, 2011"
RECIPE_MAINTAINER_pn-apmd = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-gperf = "green"
@@ -1178,10 +1177,14 @@ RECIPE_LATEST_VERSION_pn-libffi = "3.0.9"
RECIPE_LAST_UPDATE_pn-libffi = "Oct 15, 2010"
RECIPE_MAINTAINER_pn-libffi = "Kevin Tian <kevin.tian@intel.com>"
-RECIPE_STATUS_pn-libgdbus = "red"
-RECIPE_LATEST_VERSION_pn-libgdbus = "Release-0.2"
-RECIPE_LAST_UPDATE_pn-libgdbus = "Sep 22, 2008"
-RECIPE_MAINTAINER_pn-libgdbus = "Kevin Tian <kevin.tian@intel.com>"
+RECIPE_STATUS_pn-libgdbus = "green"
+RECIPE_DEPENDENCY_CHECK_pn-libgdbus = "not done"
+RECIPE_LATEST_VERSION_pn-libgdbus = "0.2"
+RECIPE_NO_OF_PATCHES_pn-libgdbus = "0"
+RECIPE_LATEST_RELEASE_DATE_pn-libgdbus = "09/2008"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libgdbus = "unknown"
+RECIPE_LAST_UPDATE_pn-libgdbus = "Jan 4, 2011"
+RECIPE_MAINTAINER_pn-libgdbus = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-apr = "red"
RECIPE_LATEST_VERSION_pn-apr = "1.4.2"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 0/8] Handful 'o recipe updates
2011-01-05 18:00 [PATCH 0/8] Handful 'o recipe updates Scott Garman
` (8 preceding siblings ...)
2011-01-05 21:44 ` [PATCH 8/8] distro_tracking_fields.inc: update apmd, blktool, dbus-glib, libgdbus, and pax-utils Scott Garman
@ 2011-01-06 17:49 ` Saul Wold
9 siblings, 0 replies; 12+ messages in thread
From: Saul Wold @ 2011-01-06 17:49 UTC (permalink / raw)
To: Scott Garman; +Cc: poky
On 01/05/2011 10:00 AM, Scott Garman wrote:
> Hi Saul,
>
> This pull request includes all of the recipe upgrades Yu Ke recently
> gave me except icu, which I'm still working on. Most of them do not
> involve any upstream upgrades, but there were some recipe cleanups
> that were needed anyway.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: sgarman/recipe-upgrades3
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades3
>
> Thanks,
> Scott Garman<scott.a.garman@intel.com>
> ---
>
>
> Scott Garman (8):
> pax-utils: upgrade to version 2.2.2
> apmd: delete unused patch
> apmd: added HOMEPAGE, minor formatting changes
> blktool: minor formatting changes
> libgdbus_git: metadata fixes and minor formatting changes
> dbus-glib: delete unused patch
> dbus-glib: upgrade to version 0.92
> distro_tracking_fields.inc: update apmd, blktool, dbus-glib,
> libgdbus, and pax-utils
>
> .../conf/distro/include/distro_tracking_fields.inc | 45 ++++++++-------
> .../apmd/apmd-3.2.2-14/workaround.patch | 59 --------------------
> meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 9 ++-
> .../dbus/dbus-glib-0.88/fix_asneeded.patch | 17 ------
> .../no-examples.patch | 0
> meta/recipes-core/dbus/dbus-glib.inc | 12 ++--
> meta/recipes-core/dbus/dbus-glib_0.88.bb | 6 --
> meta/recipes-core/dbus/dbus-glib_0.92.bb | 6 ++
> meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb | 19 ------
> meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb | 21 +++++++
> meta/recipes-extended/blktool/blktool_4-6.bb | 9 ++-
> meta/recipes-support/libgdbus/libgdbus_git.bb | 22 +++++---
> 12 files changed, 83 insertions(+), 142 deletions(-)
> delete mode 100644 meta/recipes-bsp/apmd/apmd-3.2.2-14/workaround.patch
> delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
> rename meta/recipes-core/dbus/{dbus-glib-0.88 => dbus-glib-0.92}/no-examples.patch (100%)
> delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.88.bb
> create mode 100644 meta/recipes-core/dbus/dbus-glib_0.92.bb
> delete mode 100644 meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
> create mode 100644 meta/recipes-devtools/pax-utils/pax-utils_0.2.2.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Thanks,
Pulled into Master
Sau!
^ permalink raw reply [flat|nested] 12+ messages in thread