[oe-commits] Hongxu Jia : lttng-ust: add python to lttng-ust's RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Mar 30 09:03:06 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 0360a49f0c216b3f35c4bffabab3406c31589fd3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0360a49f0c216b3f35c4bffabab3406c31589fd3

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Fri Mar 28 17:43:07 2014 +0800

lttng-ust: add python to lttng-ust's RDEPENDS

| Note: adding Smart RPM DB channel
|
| Note: to be installed:  run-postinsts at x86_64 kernel-modules at qemux86_64 packagegroup-core-boot at qemux86_64 lttng-ust at x86_64
| Loading cache...
| Updating cache...               ######################################## [100%]
|
| Computing transaction...error: Can't install lttng-ust-2:2.3.0-r0.0 at x86_64: no package provides /usr/bin/python
|
| Saving cache...
|
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_rootfs (log file is located at tmp/work/qemux86_64-wrs-linux/wrlinux-image-glibc-small/1.0-r1/temp/do_rootfs/log.do_rootfs.13619)

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
index 5e2b04c..44e3e2b 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
 inherit autotools lib_package
 
 DEPENDS = "liburcu util-linux"
+RDEPENDS_${PN} = "python"
 
 # For backwards compatibility after rename
 RPROVIDES_${PN} = "lttng2-ust"



More information about the Openembedded-commits mailing list