All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix RDEPENDS
@ 2015-01-07  1:31 Robert Yang
  2015-01-07  1:31 ` [PATCH 1/2] parted: parted-ptest RDEPENDS on python Robert Yang
  2015-01-07  1:31 ` [PATCH 2/2] pax-utils: " Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2015-01-07  1:31 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615:

  gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/rdep
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/rdep

Robert Yang (2):
  parted: parted-ptest RDEPENDS on python
  pax-utils: RDEPENDS on python

 meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb |    2 +-
 meta/recipes-extended/parted/parted_3.2.bb         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.9.5



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

* [PATCH 1/2] parted: parted-ptest RDEPENDS on python
  2015-01-07  1:31 [PATCH 0/2] fix RDEPENDS Robert Yang
@ 2015-01-07  1:31 ` Robert Yang
  2015-01-07  1:31 ` [PATCH 2/2] pax-utils: " Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-01-07  1:31 UTC (permalink / raw)
  To: openembedded-core

python scripts:
parted-ptest/usr/lib64/parted/ptest/tests/gpt-header-move
parted-ptest/usr/lib64/parted/ptest/tests/msdos-overlap

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/parted/parted_3.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb
index 655a825..e225769 100644
--- a/meta/recipes-extended/parted/parted_3.2.bb
+++ b/meta/recipes-extended/parted/parted_3.2.bb
@@ -40,4 +40,4 @@ do_install_ptest() {
 	sed -e 's| ../parted||' -i $t/tests/*.sh
 }
 
-RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup"
+RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python"
-- 
1.7.9.5



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

* [PATCH 2/2] pax-utils: RDEPENDS on python
  2015-01-07  1:31 [PATCH 0/2] fix RDEPENDS Robert Yang
  2015-01-07  1:31 ` [PATCH 1/2] parted: parted-ptest RDEPENDS on python Robert Yang
@ 2015-01-07  1:31 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-01-07  1:31 UTC (permalink / raw)
  To: openembedded-core

python script:
pax-utils/usr/bin/lddtree

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
index ac14306..ea3d78e 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz"
 SRC_URI[md5sum] = "34c41888cec67759c21333bef13e950c"
 SRC_URI[sha256sum] = "578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de"
 
-RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN} += "bash python"
 
 do_install() {
     oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
-- 
1.7.9.5



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

end of thread, other threads:[~2015-01-07  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07  1:31 [PATCH 0/2] fix RDEPENDS Robert Yang
2015-01-07  1:31 ` [PATCH 1/2] parted: parted-ptest RDEPENDS on python Robert Yang
2015-01-07  1:31 ` [PATCH 2/2] pax-utils: " Robert Yang

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.