From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/38] fix rdepends on bash perl and python
Date: Tue, 15 Jul 2014 07:18:55 -0700 [thread overview]
Message-ID: <cover.1405433828.git.liezhi.yang@windriver.com> (raw)
The following changes since commit fa325e44f5b429b4038022b31285af9c94672943:
insane: Ensure do_package_qa happens after do_packagedata (2014-07-11 23:19:18 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/fixrdeps
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/filedep
Robert Yang (38):
groff: add perl to RDEPENDS_groff
attr: add perl to RDEPENDS_attr-ptest
git: add perl to RDEPENDS_gitweb
syslinux: add perl to RDEPENDS_syslinux-misc
texi2html: add perl to RDEPENDS_texi2html
gst-plugins-package: add perl to RDEPENDS_gst-plugins-base-apps
foomatic-filters: add perl to RDEPENDS_foomatic-filters
icon-naming-utils: add perl to RDEPENDS_icon-naming-utils
rpm: add perl to RDEPENDS_rpm-build
opensp: add perl to RDEPENDS_opensp
aspell: add perl to RDEPENDS_aspell-utils
glib-2.0: add perl to RDEPENDS_glib-2.0-utils
gnu-config: add perl to RDEPENDS_gnu-config
lttng-tools: add perl bash python to RDEPENDS_lttng-tools-ptest
quilt: add bash and perl to RDEPENDS
udev: add perl to RDEPENDS_udev-ptest
apt: add bash to RDEPENDS_apt
lsbtest: add bash to RDEPENDS_lsbtest
oprofile: add bash to RDEPENDS_oprofile-ptest
pax-utils: add bash to RDEPENDS_pax-utils
gzip: add bash to RDEPENDS_gzip
dtc: add bash to RDEPENDS_dtc
pm-utils: add bash to RDEPENDS_pm-utils
grep: add bash to RDEPENDS_grep
kconfig-frontends: add bash to RDEPENDS_kconfig-frontends
xz: add bash to RDEPENDS_xz
libpam: add bash to RDEPENDS_libpam-xtests
valgrind: add bash to RDEPENDS_valgrind-ptest
ltp: add bash and python to RDEPENDS_ltp
piglit: add bash to RDEPENDS_piglit
usbutils: add python to RDEPENDS_usbutils
libxml2: add python to RDEPENDS_libxml2-ptest
builder: add python to RDEPENDS_builder
lttng-ust: add python to RDEPENDS_lttng-ust-bin
libevent: add python to RDEPENDS_libevent
gconf: add python to RDEPENDS_gconf
blktrace: add python to RDEPENDS_blktrace
dpkg: add perl to RDEPENDS_perl
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 +-
meta/recipes-bsp/usbutils/usbutils_007.bb | 2 +-
meta/recipes-core/glib-2.0/glib.inc | 2 ++
meta/recipes-core/libxml/libxml2.inc | 2 ++
meta/recipes-core/udev/udev.inc | 2 +-
meta/recipes-devtools/apt/apt_0.9.9.4.bb | 2 +-
meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
meta/recipes-devtools/git/git.inc | 2 +-
.../gnu-config/gnu-config_20120814.bb | 2 ++
meta/recipes-devtools/gnu-config/gnu-config_git.bb | 2 ++
.../icon-naming-utils/icon-naming-utils_0.8.90.bb | 2 ++
.../kconfig-frontends_3.12.0.0.bb | 2 ++
meta/recipes-devtools/opensp/opensp_1.5.2.bb | 2 ++
meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb | 2 ++
meta/recipes-devtools/quilt/quilt-0.63.inc | 5 +++--
meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 4 +---
meta/recipes-devtools/rpm/rpm_5.4.14.bb | 4 +---
meta/recipes-devtools/syslinux/syslinux_6.01.bb | 1 +
meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 2 +-
.../foomatic/foomatic-filters_4.0.17.bb | 2 ++
meta/recipes-extended/grep/grep_2.19.bb | 2 ++
meta/recipes-extended/groff/groff_1.22.2.bb | 2 ++
meta/recipes-extended/gzip/gzip.inc | 2 ++
meta/recipes-extended/lsb/lsbtest_1.0.bb | 2 +-
meta/recipes-extended/ltp/ltp_20140422.bb | 2 +-
meta/recipes-extended/pam/libpam_1.1.6.bb | 12 ++++++++++--
meta/recipes-extended/texi2html/texi2html_5.0.bb | 2 ++
meta/recipes-extended/xz/xz_5.1.3alpha.bb | 2 ++
meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 +-
meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
meta/recipes-graphics/piglit/piglit_git.bb | 5 ++++-
meta/recipes-kernel/blktrace/blktrace_git.bb | 2 ++
meta/recipes-kernel/dtc/dtc.inc | 1 +
meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb | 2 +-
meta/recipes-kernel/lttng/lttng-tools_2.4.0.bb | 2 +-
meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb | 2 +-
meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb | 1 +
meta/recipes-kernel/oprofile/oprofile.inc | 2 ++
.../gstreamer/gst-plugins-package.inc | 1 +
meta/recipes-support/aspell/aspell_0.60.6.1.bb | 2 ++
meta/recipes-support/attr/attr.inc | 2 +-
meta/recipes-support/libevent/libevent_2.0.21.bb | 2 ++
42 files changed, 74 insertions(+), 26 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-07-15 14:19 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 14:18 Robert Yang [this message]
2014-07-15 14:18 ` [PATCH 01/38] groff: add perl to RDEPENDS_groff Robert Yang
2014-07-15 14:18 ` [PATCH 02/38] attr: add perl to RDEPENDS_attr-ptest Robert Yang
2014-07-15 14:18 ` [PATCH 03/38] git: add perl to RDEPENDS_gitweb Robert Yang
2014-07-15 14:18 ` [PATCH 04/38] syslinux: add perl to RDEPENDS_syslinux-misc Robert Yang
2014-07-15 14:19 ` [PATCH 05/38] texi2html: add perl to RDEPENDS_texi2html Robert Yang
2014-07-15 14:19 ` [PATCH 06/38] gst-plugins-package: add perl to RDEPENDS_gst-plugins-base-apps Robert Yang
2014-07-15 14:19 ` [PATCH 07/38] foomatic-filters: add perl to RDEPENDS_foomatic-filters Robert Yang
2014-07-15 14:19 ` [PATCH 08/38] icon-naming-utils: add perl to RDEPENDS_icon-naming-utils Robert Yang
2014-07-15 14:19 ` [PATCH 09/38] rpm: add perl to RDEPENDS_rpm-build Robert Yang
2014-07-15 14:19 ` [PATCH 10/38] opensp: add perl to RDEPENDS_opensp Robert Yang
2014-07-15 14:19 ` [PATCH 11/38] aspell: add perl to RDEPENDS_aspell-utils Robert Yang
2014-07-15 14:19 ` [PATCH 12/38] glib-2.0: add perl to RDEPENDS_glib-2.0-utils Robert Yang
2014-07-15 14:19 ` [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config Robert Yang
2014-07-15 15:40 ` Khem Raj
2014-07-16 3:01 ` Robert Yang
2014-07-16 8:35 ` Richard Purdie
2014-07-15 14:19 ` [PATCH 14/38] lttng-tools: add perl bash python to RDEPENDS_lttng-tools-ptest Robert Yang
2014-07-15 14:19 ` [PATCH 15/38] quilt: add bash and perl to RDEPENDS Robert Yang
2014-07-15 14:19 ` [PATCH 16/38] udev: add perl to RDEPENDS_udev-ptest Robert Yang
2014-07-15 14:19 ` [PATCH 17/38] apt: add bash to RDEPENDS_apt Robert Yang
2014-07-15 14:19 ` [PATCH 18/38] lsbtest: add bash to RDEPENDS_lsbtest Robert Yang
2014-07-15 14:19 ` [PATCH 19/38] oprofile: add bash to RDEPENDS_oprofile-ptest Robert Yang
2014-07-15 14:19 ` [PATCH 20/38] pax-utils: add bash to RDEPENDS_pax-utils Robert Yang
2014-07-15 14:19 ` [PATCH 21/38] gzip: add bash to RDEPENDS_gzip Robert Yang
2014-07-15 14:19 ` [PATCH 22/38] dtc: add bash to RDEPENDS_dtc Robert Yang
2014-07-15 14:19 ` [PATCH 23/38] pm-utils: add bash to RDEPENDS_pm-utils Robert Yang
2014-07-15 14:19 ` [PATCH 24/38] grep: add bash to RDEPENDS_grep Robert Yang
2014-07-15 14:19 ` [PATCH 25/38] kconfig-frontends: add bash to RDEPENDS_kconfig-frontends Robert Yang
2014-07-15 14:19 ` [PATCH 26/38] xz: add bash to RDEPENDS_xz Robert Yang
2014-07-15 14:19 ` [PATCH 27/38] libpam: add bash to RDEPENDS_libpam-xtests Robert Yang
2014-07-15 14:19 ` [PATCH 28/38] valgrind: add bash to RDEPENDS_valgrind-ptest Robert Yang
2014-07-15 14:19 ` [PATCH 29/38] ltp: add bash and python to RDEPENDS_ltp Robert Yang
2014-07-15 14:19 ` [PATCH 30/38] piglit: add bash to RDEPENDS_piglit Robert Yang
2014-07-15 14:19 ` [PATCH 31/38] usbutils: add python to RDEPENDS_usbutils Robert Yang
2014-07-15 14:19 ` [PATCH 32/38] libxml2: add python to RDEPENDS_libxml2-ptest Robert Yang
2014-07-15 14:19 ` [PATCH 33/38] builder: add python to RDEPENDS_builder Robert Yang
2014-07-15 14:19 ` [PATCH 34/38] lttng-ust: add python to RDEPENDS_lttng-ust-bin Robert Yang
2014-07-15 14:19 ` [PATCH 35/38] libevent: add python to RDEPENDS_libevent Robert Yang
2014-07-15 14:19 ` [PATCH 36/38] gconf: add python to RDEPENDS_gconf Robert Yang
2014-07-15 14:19 ` [PATCH 37/38] blktrace: add python to RDEPENDS_blktrace Robert Yang
2014-07-15 14:19 ` [PATCH 38/38] dpkg: add perl to RDEPENDS_perl Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1405433828.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.