Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH V2] python-mako: install standalone, not as an egg
Date: Wed, 19 Dec 2012 14:36:24 +0000	[thread overview]
Message-ID: <1355927784-13401-1-git-send-email-ross.burton@intel.com> (raw)

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-oe/recipes-devtools/python/python-mako_0.7.2.bb |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 \
-- 
1.7.10




             reply	other threads:[~2012-12-19 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 14:36 Ross Burton [this message]
2012-12-19 14:41 ` [PATCH V2] python-mako: install standalone, not as an egg Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1355927784-13401-1-git-send-email-ross.burton@intel.com \
    --to=ross.burton@intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox