From: Martin Jansa Date: Fri, 5 Nov 2010 07:47:23 +0000 (+0100) Subject: shr-version don't export METADATA_BRANCH and METADATA_REVISION X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d7a41d8ae0c916b217264b135998ac2d8bce4c;p=openembedded.git shr-version don't export METADATA_BRANCH and METADATA_REVISION * otherwise you'll get NOTE: :maximum recursion depth exceeded while calling a Python object while evaluating: ${@base_get_scm_branch(d)} Signed-off-by: Martin Jansa --- diff --git a/recipes/shr/shr-version.bb b/recipes/shr/shr-version.bb index 26618aa5cc..3b8686198a 100644 --- a/recipes/shr/shr-version.bb +++ b/recipes/shr/shr-version.bb @@ -5,9 +5,6 @@ PV = "1.0${DISTRO_VERSION}" PACKAGES = "${PN}" PACKAGE_ARCH = "${MACHINE_ARCH}" -export METADATA_REVISION -export METADATA_BRANCH - do_install() { mkdir -p ${D}${sysconfdir} echo "SHR ${DISTRO_VERSION}" > ${D}${sysconfdir}/shr-version