* [PATCH V2] python-mako: install standalone, not as an egg
@ 2012-12-19 14:36 Ross Burton
2012-12-19 14:41 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2012-12-19 14:36 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] python-mako: install standalone, not as an egg
2012-12-19 14:36 [PATCH V2] python-mako: install standalone, not as an egg Ross Burton
@ 2012-12-19 14:41 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2012-12-19 14:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]
On Wed, Dec 19, 2012 at 02:36:24PM +0000, Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
missing meta-oe prefix in subject, but I'll add it to in-test bundle and
merge it later.
> ---
> 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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-19 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 14:36 [PATCH V2] python-mako: install standalone, not as an egg Ross Burton
2012-12-19 14:41 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox