* [CONSOLIDATED PULL 12/18] util-linux: split out mkfs into its own package
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
From: Paul Eggleton <paul.eggleton@linux.intel.com>
For those external tools such as Webmin that call mkfs to do formatting
operations, it is useful to have it in its own package to avoid dragging
in the rest of util-linux.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
[Merged with head]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-core/util-linux/util-linux.inc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index eeba67c..4db577c 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -30,7 +30,7 @@ PACKAGES =+ "util-linux-agetty util-linux-fdisk util-linux-cfdisk util-linux-sfd
util-linux-mount util-linux-readprofile util-linux-libblkid \
util-linux-libblkid-dev util-linux-libuuid util-linux-libuuid-dev \
util-linux-uuidgen util-linux-lscpu util-linux-fsck util-linux-blkid \
- util-linux-chkdupexe"
+ util-linux-chkdupexe util-linux-mkfs"
EXTRA_OECONF = "--disable-use-tty-group --disable-makeinstall-chown --enable-elvtune --enable-init --enable-kill --enable-last \
--enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
@@ -57,15 +57,16 @@ FILES_util-linux-lscpu = "${bindir}/lscpu"
FILES_util-linux-fsck = "${base_sbindir}/fsck*"
FILES_util-linux-chkdupexe = "${bindir}/chkdupexe"
+FILES_util-linux-mkfs = "${sbindir}/mkfs"
# Util-linux' blkid replaces the e2fsprogs one
FILES_util-linux-blkid = "${base_sbindir}/blkid*"
RCONFLICTS_util-linux-blkid = "e2fsprogs-blkid"
RREPLACES_util-linux-blkid = "e2fsprogs-blkid"
-RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-mount util-linux-readprofile "
RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup"
RDEPENDS_${PN}-chkdupexe = "perl"
+RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-mount util-linux-readprofile util-linux-mkfs "
RRECOMMENDS_${PN}_virtclass-native = ""
RDEPENDS_${PN}_virtclass-native = ""
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 14/18] distro_tracking_fields: update packages tracking fields
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
From: Wenzong Fan <wenzong.fan@windriver.com>
Update packages tracking fields including ccache, chkconfig.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 1f3540e..f053f87 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011"
RECIPE_MAINTAINER_pn-libsdl = "Kai Kang <kai.kang@windriver.com>"
DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
+RECIPE_STATUS_pn-ccache = "green"
+RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan <wenzong.fan@windriver.com>"
+RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
+RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011"
+
+RECIPE_STATUS_pn-chkconfig = "green"
+RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>"
+RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.55"
+RECIPE_LAST_UPDATE_pn-chkconfig = "October 19, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "October 25, 2011"
+
DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame"
DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv"
DISTRO_PN_ALIAS_pn-qt4-native = "Fedora=qt4 Debian=qt4-dev-tools"
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 13/18] e2fsprogs: move mke2fs.conf to e2fsprogs-mke2fs package
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
From: Paul Eggleton <paul.eggleton@linux.intel.com>
mke2fs.conf, which contains defaults for filesystem formatting options,
ought to be shipped along with mke2fs itself.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../e2fsprogs/e2fsprogs_1.41.14.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb
index 1fca7b9..c6c1f0d 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb
@@ -1,6 +1,6 @@
require e2fsprogs.inc
-PR = "r2"
+PR = "r3"
SRC_URI += "file://quotefix.patch \
file://acinclude.m4"
@@ -44,7 +44,7 @@ PACKAGES =+ "libcomerr libss libe2p libext2fs"
FILES_e2fsprogs-blkid = "${base_sbindir}/blkid"
FILES_e2fsprogs-fsck = "${base_sbindir}/fsck"
FILES_e2fsprogs-e2fsck = "${base_sbindir}/e2fsck ${base_sbindir}/fsck.ext*"
-FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext*"
+FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext* ${sysconfdir}/mke2fs.conf"
FILES_e2fsprogs-tune2fs = "${base_sbindir}/tune2fs ${base_sbindir}/e2label ${base_sbindir}/findfs"
FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks"
FILES_libcomerr = "${libdir}/libcom_err.so.*"
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 15/18] documentation-audit.sh: script for auditing documentation build status
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
From: Scott Garman <scott.a.garman@intel.com>
This script is used to enumerate which recipes are building
documentation. It does this by checking that a -doc package
gets generated and contains files.
The script works by building each recipe using the output from
bitbake -s.
It will generate several report files, listing which recipes
include documentation, which are missing documentation, and
which did not successfully build at all.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
scripts/contrib/documentation-audit.sh | 92 ++++++++++++++++++++++++++++++++
1 files changed, 92 insertions(+), 0 deletions(-)
create mode 100755 scripts/contrib/documentation-audit.sh
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh
new file mode 100755
index 0000000..5070fee
--- /dev/null
+++ b/scripts/contrib/documentation-audit.sh
@@ -0,0 +1,92 @@
+#!/bin/bash
+#
+# Perform an audit of which packages provide documentation and which
+# are missing -doc packages.
+#
+# Setup requirements: be sure to be building for MACHINE=qemux86. Run
+# this script after source'ing the build environment script, so you're
+# running it from build/ directory.
+#
+# Maintainer: Scott Garman <scott.a.garman@intel.com>
+
+REPORT_DOC_SIMPLE="documentation_exists.txt"
+REPORT_DOC_DETAIL="documentation_exists_detail.txt"
+REPORT_MISSING_SIMPLE="documentation_missing.txt"
+REPORT_MISSING_DETAIL="documentation_missing_detail.txt"
+REPORT_BUILD_ERRORS="build_errors.txt"
+
+rm -rf $REPORT_DOC_SIMPLE $REPORT_DOC_DETAIL $REPORT_MISSING_SIMPLE $REPORT_MISSING_DETAIL
+
+BITBAKE=`which bitbake`
+if [ -z "$BITBAKE" ]; then
+ echo "Error: bitbake command not found."
+ echo "Did you forget to source the build environment script?"
+ exit 1
+fi
+
+echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results"
+echo "REMINDER: you need to have COMMERCIAL_LICENSE = \"\" in local.conf or you'll get false positives"
+
+for pkg in `bitbake -s | awk '{ print \$1 }'`; do
+ if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" ||
+ "$pkg" == "Parsing" || "$pkg" == "Package" ||
+ "$pkg" == "NOTE:" || "$pkg" == "WARNING:" ||
+ "$pkg" == "done." || "$pkg" == "============" ]]
+ then
+ # Skip initial bitbake output
+ continue
+ fi
+ if [[ "$pkg" =~ -native$ || "$pkg" =~ -nativesdk$ ||
+ "$pkg" =~ -cross-canadian ]]; then
+ # Skip native/nativesdk/cross-canadian recipes
+ continue
+ fi
+ if [[ "$pkg" =~ ^meta- || "$pkg" =~ ^task- || "$pkg" =~ -image ]]; then
+ # Skip meta, task and image recipes
+ continue
+ fi
+ if [[ "$pkg" =~ ^glibc- || "$pkg" =~ ^libiconv$ ||
+ "$pkg" =~ -toolchain$ || "$pkg" =~ ^package-index$ ||
+ "$pkg" =~ ^linux- || "$pkg" =~ ^adt-installer$ ||
+ "$pkg" =~ ^eds-tools$ || "$pkg" =~ ^external-python-tarball$ ||
+ "$pkg" =~ ^qt4-embedded$ || "$pkg" =~ ^qt-mobility ]]; then
+ # Skip glibc, libiconv, -toolchain, and other recipes known
+ # to cause build conflicts or trigger false positives.
+ continue
+ fi
+
+ echo "Building package $pkg..."
+ bitbake $pkg > /dev/null
+ if [ $? -ne 0 ]; then
+ echo "There was an error building package $pkg" >> "$REPORT_MISSING_DETAIL"
+ echo "$pkg" >> $REPORT_BUILD_ERRORS
+
+ # Do not skip the remaining tests, as sometimes the
+ # exit status is 1 due to QA errors, and we can still
+ # perform the -doc checks.
+ fi
+
+ echo "$pkg built successfully, checking for a documentation package..."
+ WORKDIR=`bitbake -e $pkg | grep ^WORKDIR | awk -F '=' '{ print \$2 }' | awk -F '"' '{ print \$2 }'`
+ FIND_DOC_PKG=`find $WORKDIR/packages-split/*-doc -maxdepth 0 -type d`
+ if [ -z "$FIND_DOC_PKG" ]; then
+ # No -doc package was generated:
+ echo "No -doc package: $pkg" >> "$REPORT_MISSING_DETAIL"
+ echo "$pkg" >> $REPORT_MISSING_SIMPLE
+ continue
+ fi
+
+ FIND_DOC_FILES=`find $FIND_DOC_PKG -type f`
+ if [ -z "$FIND_DOC_FILES" ]; then
+ # No files shipped with the -doc package:
+ echo "No files shipped with the -doc package: $pkg" >> "$REPORT_MISSING_DETAIL"
+ echo "$pkg" >> $REPORT_MISSING_SIMPLE
+ continue
+ fi
+
+ echo "Documentation shipped with $pkg:" >> "$REPORT_DOC_DETAIL"
+ echo "$FIND_DOC_FILES" >> "$REPORT_DOC_DETAIL"
+ echo "" >> "$REPORT_DOC_DETAIL"
+
+ echo "$pkg" >> "$REPORT_DOC_SIMPLE"
+done
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 18/18] xserver-nodm-init: use useradd to create xuser
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../x11-common/xserver-nodm-init.bb | 26 ++++---------------
1 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
index ea4222d..33252cb 100644
--- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
+++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
@@ -2,11 +2,10 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SECTION = "x11"
-PR = "r26"
+PR = "r27"
RDEPENDS_${PN} = "sudo"
SRC_URI = "file://xserver-nodm \
- file://Xusername \
file://gplv2-license.patch"
S = ${WORKDIR}
@@ -19,27 +18,14 @@ do_install() {
install xserver-nodm ${D}/etc/init.d
if [ "${ROOTLESS_X}" = "1" ] ; then
install -d ${D}/etc/X11
- install Xusername ${D}/etc/X11
fi
}
-pkg_postinst_${PN} () {
- if [ "x$D" != "x" ] ; then
- exit 1
- fi
-
- if [ -f /etc/X11/Xusername ]; then
- # create the rootless X user, and add user to group tty, video, audio
- username=`cat /etc/X11/Xusername`
- adduser --disabled-password $username
- # FIXME: use addgroup if busybox addgroup is ready
- sed -i -e "s/^video:.*/&${username}/g" /etc/group
- sed -i -e "s/^tty:.*/&${username}/g" /etc/group
- sed -i -e "s/^audio:.*/&${username}/g" /etc/group
- fi
-}
-
-inherit update-rc.d
+inherit update-rc.d useradd
INITSCRIPT_NAME = "xserver-nodm"
INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."
+
+USERADD_PACKAGES = "${PN}"
+USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /etc/X11 --shell /bin/false --groups video,tty,audio --user-group xuser"
+
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 16/18] avahi: use useradd to create user
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-connectivity/avahi/avahi.inc | 22 ++++------------------
1 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 5ad9db0..4abe0e8 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -23,7 +23,10 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
file://99avahi-autoipd \
file://initscript.patch"
-inherit autotools pkgconfig update-rc.d gettext
+USERADD_PACKAGES = "${PN}-daemon"
+USERADD_PARAM_${PN}-daemon = "--disabled-password --system --home /var/run/avahi-daemon --no-create-home -user-group avahi"
+
+inherit autotools pkgconfig update-rc.d gettext useradd
EXTRA_OECONF = "--with-distro=debian \
--disable-introspection \
@@ -116,23 +119,6 @@ do_install_avahi-autoipd() {
install ${WORKDIR}/99avahi-autoipd ${D}${sysconfdir}/udhcpc.d
}
-# At the time the postinst runs, dbus might not be setup so only restart if running
-
-pkg_postinst_avahi-daemon () {
- # can't do this offline
- if [ "x$D" != "x" ]; then
- exit 1
- fi
- grep "^avahi:" /etc/group > /dev/null || addgroup avahi
- grep "^avahi:" /etc/passwd > /dev/null || adduser --disabled-password --system --home /var/run/avahi-daemon --no-create-home avahi --ingroup avahi -g Avahi
-
- DBUSPID=`pidof dbus-daemon`
-
- if [ "x$DBUSPID" != "x" ]; then
- /etc/init.d/dbus-1 force-reload
- fi
-}
-
pkg_postinst_avahi-autoipd () {
# can't do this offline
if [ "x$D" != "x" ]; then
--
1.7.6.4
^ permalink raw reply related
* [CONSOLIDATED PULL 17/18] connman: create xuser
From: Saul Wold @ 2011-10-27 22:06 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319753141.git.sgw@linux.intel.com>
We create xuser here as a backup incase that xerver-nodm-init
is not on the system.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-connectivity/connman/connman.inc | 6 +++++-
meta/recipes-connectivity/connman/connman_0.75.bb | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index ae1b725..b337e0d 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -18,9 +18,13 @@ DEPENDS = "libgdbus dbus glib-2.0 iptables"
INITSCRIPT_NAME = "connman"
INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
-inherit autotools pkgconfig update-rc.d
+USERADD_PACKAGES = "${PN}"
+USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /etc/X11 --shell /bin/false --groups video,tty,audio --user-group xuser"
+
+inherit autotools pkgconfig update-rc.d useradd
do_install_append() {
+ install -d ${D}/etc/X11
install -d ${D}${sysconfdir}/init.d/
install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman
}
diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb
index 4c25fcc..fbfb40e 100644
--- a/meta/recipes-connectivity/connman/connman_0.75.bb
+++ b/meta/recipes-connectivity/connman/connman_0.75.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
--
1.7.6.4
^ permalink raw reply related
* Re: [oe] OE Changelog for 2011-10-17 to 2011-10-24
From: Denys Dmytriyenko @ 2011-10-27 21:09 UTC (permalink / raw)
To: openembedded-devel; +Cc: angstrom-distro-devel, openembedded-core
In-Reply-To: <E1RJWkv-0001RX-LN@happy.bec-systems.com>
On Thu, Oct 27, 2011 at 04:40:53PM -0400, cliff.brake@gmail.com wrote:
> Changelog for 2011-10-17 to 2011-10-24. Projects included in this report:
Cliff,
FYI, I think you have a bug in your scripts, where it misses commits made on
Monday, that were not included in the previous ChangeLog and they are being
skipped in this one...
Also, can you please include meta-ti@yoctoproject.org as the official mailing
list for meta-ti/meta-texasinstruments BSP layer. Thanks.
--
Denys
^ permalink raw reply
* Re: Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?
From: Scott Garman @ 2011-10-27 22:30 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <201110272342.19640.schnitzeltony@gmx.de>
On 10/27/2011 02:42 PM, Andreas Müller wrote:
> On Thursday, October 27, 2011 10:43:17 PM Scott Garman wrote:
>> On 10/27/2011 01:30 PM, Andreas Müller wrote:
>>> Since the last updates of all layers (angstrom based) I have issues with
>>>
>>> * networkmanager/nm-applet (meta-oe): I am not allowed to change the settings
>>> any more
>>> * xfce-session (meta-oe): Logging out takes very long and Restart/Shutdown is
>>> disabled
>>>
>>> I remember that I had similar issues a while ago. That could be worked around
>>> by starting some dbus stuff ( do not exactly remember what it was ).
>>>
>>> With this vague idea I checked and found in oe-core:
>>>
>>> | dbus: use useradd class to allow use in read-only filesystems
>>> | author Otavio Salvador<otavio@ossystems.com.br>
>>> | commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13
>>>
>>> Not understanding totally what is all about I see in /etc/passw
>>>
>>> | messagebus:x:999:998::/var/lib/dbus:/bin/sh
>>>
>>> but I don't have /var/lib/dbus on my sytem!!
>>>
>>> I did not check yet, but maybe this is an incompatibilty with angstrom custom
>>>
>>> | FILESYSTEM_PERMS_TABLES = "fs-perms-angstrom.txt"
>>>
>>> somebody around to enlight the darkness?
>>
>> useradd should be creating the home directory automatically, but I'd
>> guess it's not being picked up during packaging. Try adding:
>>
>> ${localstatedir}/lib/dbus
>>
>> to FILES_${PN}
>>
>> This is a reasonable guess off the top of my head.
>>
>> Scott
>>
>>
> On the machine I created /var/lib/dbus and made messagebus owner but no change
> in behaviour..
And in retrospect, I now realize the useradd utility should create this
home directory at rootfs creation time, so there's no chance it could be
a packaging problem. So forget my initial suggestion.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply
* Re: OE Changelog for 2011-10-17 to 2011-10-24
From: Cliff Brake @ 2011-10-28 2:06 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Cc: angstrom-distro-devel@linuxtogo.org,
openembedded-core@lists.openembedded.org
In-Reply-To: <20111027210911.GM15391@denix.org>
[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]
On Thursday, October 27, 2011, Denys Dmytriyenko <denis@denix.org> wrote:
> On Thu, Oct 27, 2011 at 04:40:53PM -0400, cliff.brake@gmail.com wrote:
>> Changelog for 2011-10-17 to 2011-10-24. Projects included in this
report:
>
> Cliff,
>
> FYI, I think you have a bug in your scripts, where it misses commits made
on
> Monday, that were not included in the previous ChangeLog and they are
being
> skipped in this one...
Can you give me an example of a commit that got missed and I'll debug?
>
> Also, can you please include meta-ti@yoctoproject.org as the official
mailing
> list for meta-ti/meta-texasinstruments BSP layer. Thanks.
>
Ill look into something like that. We currently don't have any type of
email field, but something could be added.
Thanks,
Cliff
> --
> Denys
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
=================
http://bec-systems.com
[-- Attachment #2: Type: text/html, Size: 1563 bytes --]
^ permalink raw reply
* [PATCH 00/11][PULL] package upgrade, 2011/10/28
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
Hi Saul,
This pull request upgrade several recipes, please help to review and pull.
Thanks,
Dongxiao
The following changes since commit ddc9a58b8553599d2328ac1c4449b41681ae45d1:
Add readline as dependecy for gdb-cross-canadian (2011-10-27 08:37:53 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dxu4/upgrade
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
Dongxiao Xu (11):
polkit: upgrade to latest 0.102
libsndfile1: upgrade to version 1.0.25
neon: upgrade to version 0.29.6
netbase: upgrade to version 4.46
libogg: upgrade to version 1.3.0
telepathy-idle: upgrade to version 0.1.10
telepathy-glib: upgrade to version 0.16.0
telepathy-mission-control: Upgrade to version 5.9.3
iptables: upgrade to version 1.4.12.1
connman: add xtables_version to fix xtables API change
distro_tracking: polkit, libsndfile, etc
.../conf/distro/include/distro_tracking_fields.inc | 66 ++++++++++----------
.../connman/connman-0.75/xtables_version.patch | 64 +++++++++++++++++++
meta/recipes-connectivity/connman/connman_0.75.bb | 3 +-
...thy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} | 4 +-
...athy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} | 4 +-
...5.7.9.bb => telepathy-mission-control_5.9.3.bb} | 4 +-
.../netbase/{netbase-4.45 => netbase-4.46}/hosts | 0
.../netbase/{netbase-4.45 => netbase-4.46}/init | 0
.../{netbase-4.45 => netbase-4.46}/interfaces | 0
.../netbase/{netbase-4.45 => netbase-4.46}/nfsroot | 0
.../qemuarm/interfaces | 0
.../qemuarmv6/interfaces | 0
.../qemuarmv7/interfaces | 0
.../qemumips/interfaces | 0
.../qemuppc/interfaces | 0
.../qemux86-64/interfaces | 0
.../qemux86/interfaces | 0
.../netbase/{netbase_4.45.bb => netbase_4.46.bb} | 6 +-
.../{iptables_1.4.9.bb => iptables_1.4.12.1.bb} | 16 ++---
.../introspection.patch | 0
.../polkit-1_pam.patch | 0
.../polkit/{polkit_0.101.bb => polkit_0.102.bb} | 8 +-
.../libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} | 4 +-
...libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} | 6 +-
.../{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch | 0
.../neon/{neon_0.29.5.bb => neon_0.29.6.bb} | 6 +-
26 files changed, 126 insertions(+), 65 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} (80%)
rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} (81%)
rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.9.bb => telepathy-mission-control_5.9.3.bb} (92%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/hosts (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/init (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/nfsroot (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarm/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv6/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv7/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemumips/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuppc/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86-64/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86/interfaces (100%)
rename meta/recipes-core/netbase/{netbase_4.45.bb => netbase_4.46.bb} (92%)
rename meta/recipes-extended/iptables/{iptables_1.4.9.bb => iptables_1.4.12.1.bb} (69%)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/introspection.patch (100%)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/polkit-1_pam.patch (100%)
rename meta/recipes-extended/polkit/{polkit_0.101.bb => polkit_0.102.bb} (83%)
rename meta/recipes-multimedia/libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} (81%)
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} (79%)
rename meta/recipes-support/neon/{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch (100%)
rename meta/recipes-support/neon/{neon_0.29.5.bb => neon_0.29.6.bb} (82%)
^ permalink raw reply
* [PATCH 01/11] polkit: upgrade to latest 0.102
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../introspection.patch | 0
.../polkit-1_pam.patch | 0
.../polkit/{polkit_0.101.bb => polkit_0.102.bb} | 8 ++++----
3 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/introspection.patch (100%)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/polkit-1_pam.patch (100%)
rename meta/recipes-extended/polkit/{polkit_0.101.bb => polkit_0.102.bb} (83%)
diff --git a/meta/recipes-extended/polkit/polkit-0.101/introspection.patch b/meta/recipes-extended/polkit/polkit-0.102/introspection.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.101/introspection.patch
rename to meta/recipes-extended/polkit/polkit-0.102/introspection.patch
diff --git a/meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch
rename to meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.102.bb
similarity index 83%
rename from meta/recipes-extended/polkit/polkit_0.101.bb
rename to meta/recipes-extended/polkit/polkit_0.102.bb
index b5f2e28..714aa8e 100644
--- a/meta/recipes-extended/polkit/polkit_0.101.bb
+++ b/meta/recipes-extended/polkit/polkit_0.102.bb
@@ -4,14 +4,14 @@ HOMEPAGE = "http://code.google.com/p/polkit/"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
- file://docs/polkit/html/license.html;md5=07ddbf5f29e44c80c99be19c1690ec1f"
+ file://docs/polkit/html/license.html;md5=570dd8c794dc8df913cb03b86e78d936"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
file://introspection.patch \
${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
PAM_SRC_URI = "file://polkit-1_pam.patch"
-PR = "r2"
+PR = "r0"
DEPENDS = "libpam expat dbus-glib eggdbus intltool-native"
RDEPENDS_${PN} = "libpam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
@@ -28,5 +28,5 @@ do_install_append() {
rm -f ${D}${libdir}/${PN}-1/extensions/*.a
}
-SRC_URI[md5sum] = "f925ac93aba3c072977370c1e27feb7f"
-SRC_URI[sha256sum] = "927f65760e4fce23d7cdeae90245c22986eb0a39335a344915302158f73f9f1b"
+SRC_URI[md5sum] = "a3726bdb9728c103e58f62131e26693a"
+SRC_URI[sha256sum] = "0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb9058641"
--
1.7.1
^ permalink raw reply related
* [PATCH 04/11] netbase: upgrade to version 4.46
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../netbase/{netbase-4.45 => netbase-4.46}/hosts | 0
.../netbase/{netbase-4.45 => netbase-4.46}/init | 0
.../{netbase-4.45 => netbase-4.46}/interfaces | 0
.../netbase/{netbase-4.45 => netbase-4.46}/nfsroot | 0
.../qemuarm/interfaces | 0
.../qemuarmv6/interfaces | 0
.../qemuarmv7/interfaces | 0
.../qemumips/interfaces | 0
.../qemuppc/interfaces | 0
.../qemux86-64/interfaces | 0
.../qemux86/interfaces | 0
.../netbase/{netbase_4.45.bb => netbase_4.46.bb} | 6 +++---
12 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/hosts (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/init (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/nfsroot (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarm/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv6/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv7/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemumips/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuppc/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86-64/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86/interfaces (100%)
rename meta/recipes-core/netbase/{netbase_4.45.bb => netbase_4.46.bb} (92%)
diff --git a/meta/recipes-core/netbase/netbase-4.45/hosts b/meta/recipes-core/netbase/netbase-4.46/hosts
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/hosts
rename to meta/recipes-core/netbase/netbase-4.46/hosts
diff --git a/meta/recipes-core/netbase/netbase-4.45/init b/meta/recipes-core/netbase/netbase-4.46/init
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/init
rename to meta/recipes-core/netbase/netbase-4.46/init
diff --git a/meta/recipes-core/netbase/netbase-4.45/interfaces b/meta/recipes-core/netbase/netbase-4.46/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/nfsroot b/meta/recipes-core/netbase/netbase-4.46/nfsroot
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/nfsroot
rename to meta/recipes-core/netbase/netbase-4.46/nfsroot
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemuarm/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemuarm/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemuarm/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemuarm/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemuarmv6/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemuarmv6/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemuarmv6/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemuarmv6/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemuarmv7/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemuarmv7/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemuarmv7/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemuarmv7/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemumips/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemumips/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemumips/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemumips/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemuppc/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemuppc/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemuppc/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemuppc/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemux86-64/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemux86-64/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemux86-64/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemux86-64/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.45/qemux86/interfaces b/meta/recipes-core/netbase/netbase-4.46/qemux86/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.45/qemux86/interfaces
rename to meta/recipes-core/netbase/netbase-4.46/qemux86/interfaces
diff --git a/meta/recipes-core/netbase/netbase_4.45.bb b/meta/recipes-core/netbase/netbase_4.46.bb
similarity index 92%
rename from meta/recipes-core/netbase/netbase_4.45.bb
rename to meta/recipes-core/netbase/netbase_4.46.bb
index 04ef3a0..b55a8a1 100644
--- a/meta/recipes-core/netbase/netbase_4.45.bb
+++ b/meta/recipes-core/netbase/netbase_4.46.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://packages.debian.org/netbase"
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
-PR = "r1"
+PR = "r0"
inherit update-rc.d
@@ -49,5 +49,5 @@ PACKAGE_ARCH_qemuarm = "${MACHINE_ARCH}"
PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}"
PACKAGE_ARCH_qemux86-64 = "${MACHINE_ARCH}"
-SRC_URI[md5sum] = "a56cb362ece358a5b3b8972e5c7be534"
-SRC_URI[sha256sum] = "dea29d60b3d751f0c5669b5299af312ad269c48e6440e0072d0d68d9544ebad3"
+SRC_URI[md5sum] = "e15762f4a8280a62f7ddfea6093120f1"
+SRC_URI[sha256sum] = "2fdee144112731ee0028fee2584cc82d664857ca7004c2eb59de7bda5b159838"
--
1.7.1
^ permalink raw reply related
* [PATCH 03/11] neon: upgrade to version 0.29.6
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch | 0
.../neon/{neon_0.29.5.bb => neon_0.29.6.bb} | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/neon/{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch (100%)
rename meta/recipes-support/neon/{neon_0.29.5.bb => neon_0.29.6.bb} (82%)
diff --git a/meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch b/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch
rename to meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.6.bb
similarity index 82%
rename from meta/recipes-support/neon/neon_0.29.5.bb
rename to meta/recipes-support/neon/neon_0.29.6.bb
index 34c7253..e739f31 100644
--- a/meta/recipes-support/neon/neon_0.29.5.bb
+++ b/meta/recipes-support/neon/neon_0.29.6.bb
@@ -7,15 +7,15 @@ LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
DEPENDS = "zlib libxml2 expat time gnutls libproxy"
DEPENDS_virtclass-native = "zlib-native libxml2-native expat-native gnutls-native"
-PR = "r1"
+PR = "r0"
BBCLASSEXTEND = "native"
SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
file://pkgconfig.patch"
-SRC_URI[md5sum] = "ff369e69ef0f0143beb5626164e87ae2"
-SRC_URI[sha256sum] = "dea3c52b9f3f915651c6279c76758acf7c427727e8b9b0130f8b138f24012290"
+SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc"
+SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43"
inherit autotools binconfig lib_package pkgconfig
--
1.7.1
^ permalink raw reply related
* [PATCH 05/11] libogg: upgrade to version 1.3.0
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} (81%)
diff --git a/meta/recipes-multimedia/libogg/libogg_1.2.2.bb b/meta/recipes-multimedia/libogg/libogg_1.3.0.bb
similarity index 81%
rename from meta/recipes-multimedia/libogg/libogg_1.2.2.bb
rename to meta/recipes-multimedia/libogg/libogg_1.3.0.bb
index 83454c8..fedaa6e 100644
--- a/meta/recipes-multimedia/libogg/libogg_1.2.2.bb
+++ b/meta/recipes-multimedia/libogg/libogg_1.3.0.bb
@@ -13,7 +13,7 @@ PR = "r0"
SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz"
-SRC_URI[md5sum] = "5a9fcabc9a1b7c6f1cd75ddc78f36c56"
-SRC_URI[sha256sum] = "ab000574bc26d5f01284f5b0f50e12dc761d035c429f2e9c70cb2a9487d8cfba"
+SRC_URI[md5sum] = "0a7eb40b86ac050db3a789ab65fe21c2"
+SRC_URI[sha256sum] = "a8de807631014615549d2356fd36641833b8288221cea214f8a72750efe93780"
inherit autotools pkgconfig
--
1.7.1
^ permalink raw reply related
* [PATCH 07/11] telepathy-glib: upgrade to version 0.16.0
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...thy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} (80%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.16.0.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.16.0.bb
index 8bb63e7..ff429c8 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.16.0.bb
@@ -7,8 +7,8 @@ PR = "r0"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf"
-SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0"
+SRC_URI[md5sum] = "071ed1b34ace45109188df73933609e4"
+SRC_URI[sha256sum] = "dae3dd7c06044951e7780cdc3e5524c7c9d12cd8aae6fe42bc88aca39a40b318"
LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
--
1.7.1
^ permalink raw reply related
* [PATCH 02/11] libsndfile1: upgrade to version 1.0.25
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} (79%)
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
similarity index 79%
rename from meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
rename to meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
index 7b8bcae..bbe2f1d 100644
--- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
@@ -4,12 +4,12 @@ AUTHOR = "Erik de Castro Lopo"
DEPENDS = "sqlite3"
SECTION = "libs/multimedia"
LICENSE = "LGPLv2.1"
-PR = "r1"
+PR = "r0"
SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
-SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e"
-SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4"
+SRC_URI[md5sum] = "e2b7bb637e01022c7d20f95f9c3990a2"
+SRC_URI[sha256sum] = "59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882"
LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"
--
1.7.1
^ permalink raw reply related
* [PATCH 06/11] telepathy-idle: upgrade to version 0.1.10
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...athy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} (81%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.10.bb
similarity index 81%
rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.1.10.bb
index bc1fb4e..22caf42 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.10.bb
@@ -9,8 +9,8 @@ PR = "r0"
SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2"
-SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9"
+SRC_URI[md5sum] = "570a431e3e28ca6ebf3f0c84198f0b9a"
+SRC_URI[sha256sum] = "e14327a8b47c83ed32c73c5fdad1d9c2291ae8592d3da4482e0a6cbd541f35b0"
inherit autotools pkgconfig
--
1.7.1
^ permalink raw reply related
* [PATCH 08/11] telepathy-mission-control: Upgrade to version 5.9.3
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...5.7.9.bb => telepathy-mission-control_5.9.3.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.9.bb => telepathy-mission-control_5.9.3.bb} (92%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.9.3.bb
similarity index 92%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.9.3.bb
index 7805db6..a4663cc 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.9.3.bb
@@ -40,5 +40,5 @@ FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*"
FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*"
-SRC_URI[md5sum] = "df7e63d857676fab9ec2261cffe5eb4a"
-SRC_URI[sha256sum] = "bc430238d2fb6663d8376702a43251000a75b741ab55af88006cbdb37d8cc086"
+SRC_URI[md5sum] = "15fc8e560bc67a86393a3138d7ac38e3"
+SRC_URI[sha256sum] = "774af104627513e7881fa6695912c962ddedcc7628ec859e020fa30000e32cab"
--
1.7.1
^ permalink raw reply related
* [PATCH 09/11] iptables: upgrade to version 1.4.12.1
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
Remove the do_configure_prepend() since some m4 files are needed when
doing configuration.
Define correct FILE for iptables and iptables-dbg packages.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../{iptables_1.4.9.bb => iptables_1.4.12.1.bb} | 16 ++++++----------
1 files changed, 6 insertions(+), 10 deletions(-)
rename meta/recipes-extended/iptables/{iptables_1.4.9.bb => iptables_1.4.12.1.bb} (69%)
diff --git a/meta/recipes-extended/iptables/iptables_1.4.9.bb b/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
similarity index 69%
rename from meta/recipes-extended/iptables/iptables_1.4.9.bb
rename to meta/recipes-extended/iptables/iptables_1.4.12.1.bb
index 7c9fbea..59a1bcb 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.9.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
@@ -4,8 +4,8 @@ filtering code in Linux."
HOMEPAGE = "http://www.netfilter.org/"
BUGTRACKER = "http://bugzilla.netfilter.org/"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
- file://iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\
+ file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef"
PR = "r0"
@@ -18,19 +18,15 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \
kernel-module-nf-conntrack-ipv4 \
kernel-module-nf-nat \
kernel-module-ipt-masquerade"
-FILES_${PN}-dbg =+ "${libexecdir}/xtables/.debug"
+FILES_${PN} =+ "${libdir}/xtables/"
+FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
-SRC_URI[md5sum] = "db1312f7ce5a4c11dc981a2ac76b26e8"
-SRC_URI[sha256sum] = "1ac719d6265cf64220c80c0974ed9d35febdac2986bb96eeaa9c8c7959a1d306"
+SRC_URI[md5sum] = "b08a1195ec2c1ebeaf072db3c55fdf43"
+SRC_URI[sha256sum] = "77e6581f21f15946a814fa311236e5f3f7c6593180f9d695cea06aa95e464aba"
inherit autotools
EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
-
-do_configure_prepend() {
- # they are all libtool m4 files
- rm -rf ${S}/m4
-}
--
1.7.1
^ permalink raw reply related
* [PATCH 10/11] connman: add xtables_version to fix xtables API change
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
After upgrade iptables to a newer version, some of its API are changed.
Therefore we add related fixes to the current connman.
Currently we don't upgrade connman since kernel.org still doesn't work
and we could not fetch the newer sources.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../connman/connman-0.75/xtables_version.patch | 64 ++++++++++++++++++++
meta/recipes-connectivity/connman/connman_0.75.bb | 3 +-
2 files changed, 66 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch
diff --git a/meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch b/meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch
new file mode 100644
index 0000000..13e2c36
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch
@@ -0,0 +1,64 @@
+xtables_merge_options API change, fix its calling in connman.
+
+Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
+
+Upstream-Status: Backport
+
+diff -ruN connman-0.75-orig//src/iptables.c connman-0.75/src/iptables.c
+--- connman-0.75-orig//src/iptables.c 2011-02-22 12:16:25.000000000 +0800
++++ connman-0.75/src/iptables.c 2011-10-26 09:21:33.941164000 +0800
+@@ -1089,7 +1089,11 @@
+ if (xt_t->init != NULL)
+ xt_t->init(xt_t->t);
+ iptables_globals.opts =
+- xtables_merge_options(iptables_globals.opts,
++ xtables_merge_options(
++#if XTABLES_VERSION_CODE > 5
++ iptables_globals.orig_opts,
++#endif
++ iptables_globals.opts,
+ xt_t->extra_opts,
+ &xt_t->option_offset);
+ if (iptables_globals.opts == NULL)
+@@ -1113,7 +1117,11 @@
+ xt_m->init(xt_m->m);
+ if (xt_m != xt_m->next) {
+ iptables_globals.opts =
+- xtables_merge_options(iptables_globals.opts,
++ xtables_merge_options(
++#if XTABLES_VERSION_CODE > 5
++ iptables_globals.orig_opts,
++#endif
++ iptables_globals.opts,
+ xt_m->extra_opts,
+ &xt_m->option_offset);
+ if (iptables_globals.opts == NULL)
+diff -ruN connman-0.75-orig//tools/iptables-test.c connman-0.75/tools/iptables-test.c
+--- connman-0.75-orig//tools/iptables-test.c 2011-02-22 12:16:25.000000000 +0800
++++ connman-0.75/tools/iptables-test.c 2011-10-26 09:23:25.701164000 +0800
+@@ -1076,7 +1076,11 @@
+ if (xt_t->init != NULL)
+ xt_t->init(xt_t->t);
+ connman_iptables_globals.opts =
+- xtables_merge_options(connman_iptables_globals.opts,
++ xtables_merge_options(
++#if XTABLES_VERSION_CODE > 5
++ connman_iptables_globals.orig_opts,
++#endif
++ connman_iptables_globals.opts,
+ xt_t->extra_opts,
+ &xt_t->option_offset);
+ if (connman_iptables_globals.opts == NULL)
+@@ -1102,7 +1106,11 @@
+ xt_m->init(xt_m->m);
+ if (xt_m != xt_m->next) {
+ connman_iptables_globals.opts =
+- xtables_merge_options(connman_iptables_globals.opts,
++ xtables_merge_options(
++#if XTABLES_VERSION_CODE > 5
++ connman_iptables_globals.orig_opts,
++#endif
++ connman_iptables_globals.opts,
+ xt_m->extra_opts,
+ &xt_m->option_offset);
+ if (connman_iptables_globals.opts == NULL)
diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb
index 4c25fcc..8a02753 100644
--- a/meta/recipes-connectivity/connman/connman_0.75.bb
+++ b/meta/recipes-connectivity/connman/connman_0.75.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -21,6 +21,7 @@ EXTRA_OECONF += "\
SRC_URI = "\
${KERNELORG_MIRROR}/linux/network/connman/connman-${PV}.tar.gz \
file://add_xuser_dbus_permission.patch \
+ file://xtables_version.patch \
file://connman \
"
--
1.7.1
^ permalink raw reply related
* [PATCH 11/11] distro_tracking: polkit, libsndfile, etc
From: Dongxiao Xu @ 2011-10-28 3:35 UTC (permalink / raw)
To: openembedded-core
In-Reply-To: <cover.1319772853.git.dongxiao.xu@intel.com>
polkit
libsndfile1
neon
netbase
libogg
telepathy-idle
telepathy-glib
telepathy-mission-control
iptables
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 66 ++++++++++----------
1 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 1f3540e..96afb8b 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -244,13 +244,13 @@ RECIPE_MAINTAINER_pn-dbus-glib = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-neon="green"
RECIPE_DEPENDENCY_CHECK_pn-neon = "not done"
-RECIPE_LATEST_VERSION_pn-neon="0.29.5"
+RECIPE_LATEST_VERSION_pn-neon="0.29.6"
RECIPE_NO_OF_PATCHES_pn-neon="0"
RECIPE_INTEL_SECTION_pn-neon = "base libs"
-RECIPE_LATEST_RELEASE_DATE_pn-neon="2010/10/14"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-neon="10 days"
+RECIPE_LATEST_RELEASE_DATE_pn-neon="2011/05/03"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-neon="7 months"
RECIPE_COMMENTS_pn-neon = ""
-RECIPE_LAST_UPDATE_pn-neon = "Nov 15, 2010"
+RECIPE_LAST_UPDATE_pn-neon = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-neon = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libpng = "green"
@@ -782,12 +782,12 @@ DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=http://svn.openmoko.org/trunk/sr
RECIPE_STATUS_pn-polkit = "green"
RECIPE_DEPENDENCY_CHECK_pn-polkit = "not done"
-RECIPE_LATEST_VERSION_pn-polkit = "0.101"
+RECIPE_LATEST_VERSION_pn-polkit = "0.102"
RECIPE_INTEL_SECTION_pn-polkit = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "1 months"
-RECIPE_LATEST_RELEASE_DATE_pn-polkit = "2011/03/03"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "5 months"
+RECIPE_LATEST_RELEASE_DATE_pn-polkit = "2011/08/01"
RECIPE_COMMENTS_pn-polkit = ""
-RECIPE_LAST_UPDATE_pn-polkit = "Apr 26, 2011"
+RECIPE_LAST_UPDATE_pn-polkit = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-polkit = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-psplash = "not done"
@@ -847,14 +847,14 @@ RECIPE_MAINTAINER_pn-iproute2 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-netbase = "green"
RECIPE_DEPENDENCY_CHECK_pn-netbase = "not done"
-RECIPE_LATEST_VERSION_pn-netbase = "4.44"
+RECIPE_LATEST_VERSION_pn-netbase = "4.46"
RECIPE_PATCH_pn-netbase+busybox = "marked as REMOVAL"
RECIPE_PATCH_pn-many = "local scripts"
RECIPE_INTEL_SECTION_pn-netbase = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-netbase = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-netbase = "2010/12/13"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-netbase = "5 months"
+RECIPE_LATEST_RELEASE_DATE_pn-netbase = "2011/06/26"
RECIPE_COMMENTS_pn-netbase = ""
-RECIPE_LAST_UPDATE_pn-netbase = "Dec 30, 2010"
+RECIPE_LAST_UPDATE_pn-netbase = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-netbase = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-busybox = "green"
@@ -1034,9 +1034,9 @@ RECIPE_LAST_UPDATE_pn-gzip = "Jun 4, 2011"
RECIPE_MAINTAINER_pn-gzip = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-iptables = "green"
-RECIPE_LAST_UPDATE_pn-iptables = "Nov 10, 2010"
+RECIPE_LAST_UPDATE_pn-iptables = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-iptables = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_LATEST_VERSION_pn-iptables = "1.4.8"
+RECIPE_LATEST_VERSION_pn-iptables = "1.4.12.1"
RECIPE_STATUS_pn-ethtool = "green"
RECIPE_LATEST_VERSION_pn-ethtool = "2.6.36"
@@ -2222,18 +2222,18 @@ RECIPE_MAINTAINER_pn-telepathy-gabble = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-glib = "green"
RECIPE_NO_OF_PATCHES_pn-telepathy-glib ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "2011/03/31"
-RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.14.3"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "2011/10/14"
+RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.16.0"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-glib = "10 days"
-RECIPE_LAST_UPDATE_pn-telepathy-glib = "Apr 15, 2011"
+RECIPE_LAST_UPDATE_pn-telepathy-glib = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-telepathy-glib = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-idle = "green"
RECIPE_NO_OF_PATCHES_pn-telepathy-idle ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib ="2011/02/11"
-RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.8"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-idle = "3 months"
-RECIPE_LAST_UPDATE_pn-telepathy-idle = "Apr 15, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib ="2011/05/11"
+RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.10"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-idle = "1 months"
+RECIPE_LAST_UPDATE_pn-telepathy-idle = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-telepathy-idle = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-python = "green"
@@ -2297,11 +2297,11 @@ RECIPE_LAST_UPDATE_pn-libsyncml = "Jul 31, 2009"
RECIPE_MAINTAINER_pn-libsyncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-mission-control = "green"
-RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.7.9"
+RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.9.3"
RECIPE_NO_OF_PATCHES_pn-telepathy-mission-control ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="2011/04/05"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="2 months"
-RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Apr 15, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="2011/10/04"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="1 months"
+RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-telepathy-mission-control = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libetpan = "red"
@@ -2559,11 +2559,11 @@ RECIPE_LAST_UPDATE_pn-libvorbis = "Nov 15, 2010"
RECIPE_MAINTAINER_pn-libvorbis = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libogg="green"
-RECIPE_LATEST_VERSION_pn-libogg="1.2.2"
+RECIPE_LATEST_VERSION_pn-libogg="1.3.0"
RECIPE_NO_OF_PATCHES_pn-libogg="0"
-RECIPE_LATEST_RELEASE_DATE_pn-libogg="2010/12/07"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libogg="1 months"
-RECIPE_LAST_UPDATE_pn-libogg = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-libogg="2011/08/04"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libogg="8 months"
+RECIPE_LAST_UPDATE_pn-libogg = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-libogg = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gstreamer="green"
@@ -2698,11 +2698,11 @@ RECIPE_MAINTAINER_pn-gst-ffmpeg = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libsndfile1 = "green"
DISTRO_PN_ALIAS_pn-libsndfile1 = "Meego=libsndfile Fedora=libsndfile OpenSuSE=libsndfile Ubuntu=libsndfile Mandriva=libsndfile Debian=libsndfile"
-RECIPE_LATEST_VERSION_pn-libsndfile1 = "1.0.24"
+RECIPE_LATEST_VERSION_pn-libsndfile1 = "1.0.25"
RECIPE_NO_OF_PATCHES_pn-libsndfile1 = "0"
-RECIPE_LATEST_RELEASE_DATE_pn-libsndfile1 = "2011/03/23"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libsndfile1 = "5 months"
-RECIPE_LAST_UPDATE_pn-libsndfile1 = "Apr 26, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-libsndfile1 = "2011/07/13"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libsndfile1 = "4 months"
+RECIPE_LAST_UPDATE_pn-libsndfile1 = "Oct 28, 2011"
RECIPE_MAINTAINER_pn-libsndfile1 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-pulseaudio = "green"
--
1.7.1
^ permalink raw reply related
* Re: [oe] OE Changelog for 2011-10-17 to 2011-10-24
From: Denys Dmytriyenko @ 2011-10-28 2:35 UTC (permalink / raw)
To: openembedded-devel
Cc: angstrom-distro-devel@linuxtogo.org,
openembedded-core@lists.openembedded.org
In-Reply-To: <CAOd_LFw0kBsf-NDpUQ-rUHxYP+v_5Ff3nuSNTUK3QuSrB5_eHw@mail.gmail.com>
On Thu, Oct 27, 2011 at 10:06:32PM -0400, Cliff Brake wrote:
> On Thursday, October 27, 2011, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Thu, Oct 27, 2011 at 04:40:53PM -0400, cliff.brake@gmail.com wrote:
> >> Changelog for 2011-10-17 to 2011-10-24. Projects included in this
> report:
> >
> > FYI, I think you have a bug in your scripts, where it misses commits made
> on
> > Monday, that were not included in the previous ChangeLog and they are
> being
> > skipped in this one...
>
> Can you give me an example of a commit that got missed and I'll debug?
Well, it's not like I specifically verify that all my patches get mentioned in
the ChangeLog... :) But just glancing over it struck me that only u-boot
related ones were listed:
Changelog for meta-texasinstruments:
Denys Dmytriyenko (3):
u-boot-2011.10rc: update to cover ti33x SOC boards, not just beaglebone
u-boot 2011.10rc: update with latest rev and new SRC_URI
u-boot 2011.10rc: update to the latest revision
So, I checked the previous ChangeLog and couldn't find others from the same
series, such as:
http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/commit/?id=2c8dcc2a8c16792c8a765a70109cc2462b83018e
http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/commit/?id=3b5eced12a10a3809f60df256b8f952c2286af4d
http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/commit/?id=98cca8ea1d324a1a59b7d96838952a579c72b419
While, of course, the commits in question are still there, your ChangeLogs
provide additional informational benefits to the Community. So, I figured, you
might want to fix that small issue in the script to make it even better... :)
> > Also, can you please include meta-ti@yoctoproject.org as the official
> mailing
> > list for meta-ti/meta-texasinstruments BSP layer. Thanks.
>
> Ill look into something like that. We currently don't have any type of
> email field, but something could be added.
No, I meant to add it to the distribution list, i.e. send future ChangeLogs
also to meta-ti@yoctoproject.org mailing list, along with oe-core, oe-dev and
angstrom lists. Unless you think it's overkill. Thanks.
--
Denys
^ permalink raw reply
* Re: [PATCH 0/1] documentation audit script
From: Saul Wold @ 2011-10-28 5:39 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
In-Reply-To: <cover.1319580412.git.scott.a.garman@intel.com>
On 10/26/2011 12:12 AM, Scott Garman wrote:
> Hello,
>
> I've been using this script to perform audits of which packages
> are producing documentation, and feel it's long overdue for this
> to be added to the git tree. So here it is.
>
> The following changes since commit f586aaa8d00361a9597a546d665077c75cf4d520:
>
> libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade (2011-10-25 08:36:01 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib sgarman/docaudit-script
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/docaudit-script
>
> Scott Garman (1):
> documentation-audit.sh: script for auditing documentation build
> status
>
> scripts/contrib/documentation-audit.sh | 92 ++++++++++++++++++++++++++++++++
> 1 files changed, 92 insertions(+), 0 deletions(-)
> create mode 100755 scripts/contrib/documentation-audit.sh
>
Can you please run this and generate a report.
Thanks
Sau!
^ permalink raw reply
* how to set time zone
From: Ni Qingliang @ 2011-10-28 5:41 UTC (permalink / raw)
To: openembedded-core
Hello All:
what is the right way to set timezone?
I have added tzdata into my image, and can find some variables in the
etc, e.g. 'TZ'.
on my archlinux, I can set TIMEZONE in the rc.conf, which is used in
rc.sysvinit (which will link the /etc/localtime using TIMEZONE).
what is the right place to locate similar setting code (e.g. link
the /etc/localtime) in the yocto?
thanks!
--
Yi Qingliang
niqingliang@insigma.com.cn
http://niqingliang2003.wordpress.com
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox