[OE-core] [PATCH 4/5] systemtap: upgrade to 2.3

Saul Wold sgw at linux.intel.com
Fri Aug 9 16:23:59 UTC 2013


On 08/08/2013 06:46 AM, Cristiana Voicu wrote:
> Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
> ---
>   meta/recipes-kernel/systemtap/systemtap_git.bb  |    2 --
>   meta/recipes-kernel/systemtap/systemtap_git.inc |    4 ++--
>   2 files changed, 2 insertions(+), 4 deletions(-)
>

The autobuilder caught this interesting little configuration issue when 
the host has Java installed:
> | checking for javac... yes
> | checking for jar... yes
> | java found, will try to configure Byteman support
> | checking for /usr/lib/jvm/java... configure: error: cannot check for file existence when cross compiling
> | Configure failed. The contents of all config.log files follows to aid debugging
> | ERROR: oe_runconf failed

You will need to disable the javac and jar checking either by patching 
the configure.ac or by adding some cached ac_cv... values to 
EXTRA_OECONF (preferred).


Sau!

> diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
> index 9bba5a9..a0db074 100644
> --- a/meta/recipes-kernel/systemtap/systemtap_git.bb
> +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
> @@ -10,8 +10,6 @@ RDEPENDS_${PN} += "python bash"
>   RDEPENDS_${PN}_class-native += "python-native"
>   RDEPENDS_${PN}_class-nativesdk += "python-native"
>
> -PR = "r1"
> -
>   EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
>               --without-nss --without-avahi \
>               --disable-server --disable-grapher "
> diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
> index 7be6c2b..0632746 100644
> --- a/meta/recipes-kernel/systemtap/systemtap_git.inc
> +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
> @@ -1,8 +1,8 @@
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
> -PV = "2.1+git${SRCPV}"
> +SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
> +PV = "2.3+git${SRCPV}"
>
>   SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
>              file://docproc-build-fix.patch \
>



More information about the Openembedded-core mailing list