diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-03-28 17:43:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:10:36 +0100 |
commit | a8d076f952d3df78c9d8042e82bdc4f1c0c12d75 (patch) | |
tree | 0de38671ee5e5fa5c05d12935c3418cd86ed4f59 /meta | |
parent | 6b1d027728ae32097b2482d5f421b91a35d137df (diff) | |
download | poky-a8d076f952d3df78c9d8042e82bdc4f1c0c12d75.tar.gz |
lttng-ust: add python to lttng-ust's RDEPENDS
| Note: adding Smart RPM DB channel
|
| Note: to be installed: run-postinsts@x86_64 kernel-modules@qemux86_64 packagegroup-core-boot@qemux86_64 lttng-ust@x86_64
| Loading cache...
| Updating cache... ######################################## [100%]
|
| Computing transaction...error: Can't install lttng-ust-2:2.3.0-r0.0@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)
(From OE-Core rev: 0360a49f0c216b3f35c4bffabab3406c31589fd3)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 5e2b04c250..44e3e2bc9c 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 \ | |||
11 | inherit autotools lib_package | 11 | inherit autotools lib_package |
12 | 12 | ||
13 | DEPENDS = "liburcu util-linux" | 13 | DEPENDS = "liburcu util-linux" |
14 | RDEPENDS_${PN} = "python" | ||
14 | 15 | ||
15 | # For backwards compatibility after rename | 16 | # For backwards compatibility after rename |
16 | RPROVIDES_${PN} = "lttng2-ust" | 17 | RPROVIDES_${PN} = "lttng2-ust" |