[oe] [oe-commits] Ross Burton : python-mako: install standalone, not as an egg

Martin Jansa martin.jansa at gmail.com
Sat Dec 22 20:09:25 UTC 2012


On Thu, Dec 20, 2012 at 01:22:40PM +0000, git at git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: 7f5ebfe5a893f873c3727c4d3db20c553ddd5a86
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7f5ebfe5a893f873c3727c4d3db20c553ddd5a86
> 
> Author: Ross Burton <ross.burton at intel.com>
> Date:   Wed Dec 19 14:36:24 2012 +0000
> 
> python-mako: install standalone, not as an egg
> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

This is causing new QA issue, please fix that

python-mako-0.7.2: python-mako: Files/directories were installed but not
shipped
  /home
  /home/jenkins
  /home/jenkins/shr
  /home/jenkins/shr/shr-core-branches
  /home/jenkins/shr/shr-core-branches/shr-core
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/sysroots
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin
  /home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/mako-render

No idea why I haven't noticed it on first test..

Cheers,

> 
> ---
> 
>  .../recipes-devtools/python/python-mako_0.7.2.bb   |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
> index 9113666..d2222d6 100644
> --- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
> +++ b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
> @@ -3,7 +3,7 @@ SECTION = "devel/python"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
>  
> -PR = "r0"
> +PR = "r1"
>  
>  SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"
>  SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
> @@ -13,6 +13,10 @@ S = "${WORKDIR}/Mako-${PV}"
>  
>  inherit distutils
>  
> +DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
> +                          --root=${D} \
> +                          --install-lib=${PYTHON_SITEPACKAGES_DIR}"
> +
>  RDEPENDS_${PN} = "python-threading \
>                    python-netclient \
>                    python-html \
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20121222/100b2fbc/attachment-0002.sig>


More information about the Openembedded-devel mailing list