* [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 @ 2013-03-29 14:25 Koen Kooi 2013-03-29 14:25 ` [meta-networking][meta-oe][PATCH 2/2] crda: add 1.1.3 Koen Kooi 2013-04-01 18:13 ` [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Joe MacDonald 0 siblings, 2 replies; 10+ messages in thread From: Koen Kooi @ 2013-03-29 14:25 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ 2 files changed, 58 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch new file mode 100644 index 0000000..bcbdf24 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch @@ -0,0 +1,39 @@ +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 +From: Koen Kooi <koen@dominion.thruhere.net> +Date: Fri, 29 Mar 2013 15:17:17 +0100 +Subject: [PATCH] setup.py: link in sysroot, not in host directories + +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> + +Upstream-status: Unknown +--- + setup.py | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/setup.py b/setup.py +index e7c49eb..8deaa34 100644 +--- a/setup.py ++++ b/setup.py +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): + self.openssl = 'c:\\pkg' + else: + self.libraries = ['ssl', 'crypto'] +- self.openssl = '/usr' ++ self.openssl = os.environ.get( "STAGING_DIR" ) + + + def finalize_options(self): +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): + + build_ext.build_ext.finalize_options(self) + +- opensslIncludeDir = os.path.join(self.openssl, 'include') +- opensslLibraryDir = os.path.join(self.openssl, 'lib') ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) + + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ + [opensslIncludeDir]] +-- +1.8.1.4 + diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb new file mode 100644 index 0000000..9babc04 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A Python crypto and SSL toolkit" +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" + +DEPENDS = "openssl swig-native" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" + +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" + +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" + +S = "${WORKDIR}/M2Crypto-${PV}" + +inherit setuptools + +BBCLASSEXTEND = "native" -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [meta-networking][meta-oe][PATCH 2/2] crda: add 1.1.3 2013-03-29 14:25 [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Koen Kooi @ 2013-03-29 14:25 ` Koen Kooi 2013-04-01 18:13 ` [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Joe MacDonald 1 sibling, 0 replies; 10+ messages in thread From: Koen Kooi @ 2013-03-29 14:25 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- .../recipes-connectivity/crda/crda_1.1.3.bb | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 meta-networking/recipes-connectivity/crda/crda_1.1.3.bb diff --git a/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb b/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb new file mode 100644 index 0000000..d736c7a --- /dev/null +++ b/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Wireless Central Regulatory Domain Agent" +HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" + + +DEPENDS = "python-m2crypto-native python-native libgcrypt libnl" + +SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \ + http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2013.01.11-regulatory.bin;name=bin \ + " +SRC_URI[crda.md5sum] = "29579185e06a75675507527243d28e5c" +SRC_URI[crda.sha256sum] = "aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0" +SRC_URI[bin.md5sum] = "e0c8a5ca63fb8bf803213f9a0c90b50b" +SRC_URI[bin.sha256sum] = "b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be" + +inherit python-dir pythonnative +# Recursive make problem +EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D}" + +do_compile() { + oe_runmake all_noverify +} + +do_install() { + oe_runmake install + + install -d ${D}${libdir}/crda/ + + install -m 0644 ${WORKDIR}/2013.01.11-regulatory.bin ${D}${libdir}/crda/regulatory.bin +} + + +RDEPENDS_${PN} = "udev" +FILES_${PN} += "${libdir}crda/regulatory.bin \ + ${base_libdir}/udev/rules.d/85-regulatory.rules \ + " -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-03-29 14:25 [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Koen Kooi 2013-03-29 14:25 ` [meta-networking][meta-oe][PATCH 2/2] crda: add 1.1.3 Koen Kooi @ 2013-04-01 18:13 ` Joe MacDonald 2013-04-01 18:15 ` Koen Kooi 1 sibling, 1 reply; 10+ messages in thread From: Joe MacDonald @ 2013-04-01 18:13 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi [-- Attachment #1: Type: text/plain, Size: 3685 bytes --] Hey Koen, [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ > .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ > 2 files changed, 58 insertions(+) > create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > new file mode 100644 > index 0000000..bcbdf24 > --- /dev/null > +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > @@ -0,0 +1,39 @@ > +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 > +From: Koen Kooi <koen@dominion.thruhere.net> > +Date: Fri, 29 Mar 2013 15:17:17 +0100 > +Subject: [PATCH] setup.py: link in sysroot, not in host directories > + > +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > + > +Upstream-status: Unknown Does this mean you haven't determined if it should be sent upstream yet, or you did and it's gone off into an apparent black hole of a mailing list somewhere? -J. > +--- > + setup.py | 6 +++--- > + 1 file changed, 3 insertions(+), 3 deletions(-) > + > +diff --git a/setup.py b/setup.py > +index e7c49eb..8deaa34 100644 > +--- a/setup.py > ++++ b/setup.py > +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): > + self.openssl = 'c:\\pkg' > + else: > + self.libraries = ['ssl', 'crypto'] > +- self.openssl = '/usr' > ++ self.openssl = os.environ.get( "STAGING_DIR" ) > + > + > + def finalize_options(self): > +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): > + > + build_ext.build_ext.finalize_options(self) > + > +- opensslIncludeDir = os.path.join(self.openssl, 'include') > +- opensslLibraryDir = os.path.join(self.openssl, 'lib') > ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) > ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) > + > + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ > + [opensslIncludeDir]] > +-- > +1.8.1.4 > + > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > new file mode 100644 > index 0000000..9babc04 > --- /dev/null > +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > @@ -0,0 +1,19 @@ > +DESCRIPTION = "A Python crypto and SSL toolkit" > +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" > + > +DEPENDS = "openssl swig-native" > + > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" > + > +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ > + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" > + > +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" > +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" > + > +S = "${WORKDIR}/M2Crypto-${PV}" > + > +inherit setuptools > + > +BBCLASSEXTEND = "native" -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 18:13 ` [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Joe MacDonald @ 2013-04-01 18:15 ` Koen Kooi 2013-04-01 18:21 ` Joe MacDonald 0 siblings, 1 reply; 10+ messages in thread From: Koen Kooi @ 2013-04-01 18:15 UTC (permalink / raw) To: Joe MacDonald; +Cc: openembedded-devel Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > Hey Koen, > > [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >> --- >> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ >> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ >> 2 files changed, 58 insertions(+) >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >> >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >> new file mode 100644 >> index 0000000..bcbdf24 >> --- /dev/null >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >> @@ -0,0 +1,39 @@ >> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 >> +From: Koen Kooi <koen@dominion.thruhere.net> >> +Date: Fri, 29 Mar 2013 15:17:17 +0100 >> +Subject: [PATCH] setup.py: link in sysroot, not in host directories >> + >> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >> + >> +Upstream-status: Unknown > > Does this mean you haven't determined if it should be sent upstream yet, > or you did and it's gone off into an apparent black hole of a mailing > list somewhere? The former > > -J. > >> +--- >> + setup.py | 6 +++--- >> + 1 file changed, 3 insertions(+), 3 deletions(-) >> + >> +diff --git a/setup.py b/setup.py >> +index e7c49eb..8deaa34 100644 >> +--- a/setup.py >> ++++ b/setup.py >> +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): >> + self.openssl = 'c:\\pkg' >> + else: >> + self.libraries = ['ssl', 'crypto'] >> +- self.openssl = '/usr' >> ++ self.openssl = os.environ.get( "STAGING_DIR" ) >> + >> + >> + def finalize_options(self): >> +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): >> + >> + build_ext.build_ext.finalize_options(self) >> + >> +- opensslIncludeDir = os.path.join(self.openssl, 'include') >> +- opensslLibraryDir = os.path.join(self.openssl, 'lib') >> ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) >> ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) >> + >> + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ >> + [opensslIncludeDir]] >> +-- >> +1.8.1.4 >> + >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >> new file mode 100644 >> index 0000000..9babc04 >> --- /dev/null >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >> @@ -0,0 +1,19 @@ >> +DESCRIPTION = "A Python crypto and SSL toolkit" >> +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" >> + >> +DEPENDS = "openssl swig-native" >> + >> +LICENSE = "BSD" >> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" >> + >> +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ >> + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" >> + >> +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" >> +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" >> + >> +S = "${WORKDIR}/M2Crypto-${PV}" >> + >> +inherit setuptools >> + >> +BBCLASSEXTEND = "native" > -- > -Joe MacDonald. > :wq ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 18:15 ` Koen Kooi @ 2013-04-01 18:21 ` Joe MacDonald 2013-04-01 18:26 ` Joe MacDonald 2013-04-01 20:33 ` Koen Kooi 0 siblings, 2 replies; 10+ messages in thread From: Joe MacDonald @ 2013-04-01 18:21 UTC (permalink / raw) To: Koen Kooi; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 4414 bytes --] [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: > > Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > > > Hey Koen, > > > > [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > > > >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >> --- > >> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ > >> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ > >> 2 files changed, 58 insertions(+) > >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >> > >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >> new file mode 100644 > >> index 0000000..bcbdf24 > >> --- /dev/null > >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >> @@ -0,0 +1,39 @@ > >> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 > >> +From: Koen Kooi <koen@dominion.thruhere.net> > >> +Date: Fri, 29 Mar 2013 15:17:17 +0100 > >> +Subject: [PATCH] setup.py: link in sysroot, not in host directories > >> + > >> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >> + > >> +Upstream-status: Unknown > > > > Does this mean you haven't determined if it should be sent upstream yet, > > or you did and it's gone off into an apparent black hole of a mailing > > list somewhere? > > The former Okay. Isn't that normally 'Pending' then? I can make that tweak in my merge, but I wanted to confirm I had the right information there first. -J. > > > > > -J. > > > >> +--- > >> + setup.py | 6 +++--- > >> + 1 file changed, 3 insertions(+), 3 deletions(-) > >> + > >> +diff --git a/setup.py b/setup.py > >> +index e7c49eb..8deaa34 100644 > >> +--- a/setup.py > >> ++++ b/setup.py > >> +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): > >> + self.openssl = 'c:\\pkg' > >> + else: > >> + self.libraries = ['ssl', 'crypto'] > >> +- self.openssl = '/usr' > >> ++ self.openssl = os.environ.get( "STAGING_DIR" ) > >> + > >> + > >> + def finalize_options(self): > >> +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): > >> + > >> + build_ext.build_ext.finalize_options(self) > >> + > >> +- opensslIncludeDir = os.path.join(self.openssl, 'include') > >> +- opensslLibraryDir = os.path.join(self.openssl, 'lib') > >> ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) > >> ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) > >> + > >> + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ > >> + [opensslIncludeDir]] > >> +-- > >> +1.8.1.4 > >> + > >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >> new file mode 100644 > >> index 0000000..9babc04 > >> --- /dev/null > >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >> @@ -0,0 +1,19 @@ > >> +DESCRIPTION = "A Python crypto and SSL toolkit" > >> +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" > >> + > >> +DEPENDS = "openssl swig-native" > >> + > >> +LICENSE = "BSD" > >> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" > >> + > >> +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ > >> + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" > >> + > >> +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" > >> +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" > >> + > >> +S = "${WORKDIR}/M2Crypto-${PV}" > >> + > >> +inherit setuptools > >> + > >> +BBCLASSEXTEND = "native" > > -- > > -Joe MacDonald. > > :wq > -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 18:21 ` Joe MacDonald @ 2013-04-01 18:26 ` Joe MacDonald 2013-04-01 20:33 ` Koen Kooi 1 sibling, 0 replies; 10+ messages in thread From: Joe MacDonald @ 2013-04-01 18:26 UTC (permalink / raw) To: Koen Kooi; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 4918 bytes --] [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 14:21) Joe MacDonald wrote: > [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: > > > > > Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > > > > > Hey Koen, > > > > > > [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > > > > > >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > > >> --- > > >> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ > > >> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ > > >> 2 files changed, 58 insertions(+) > > >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > >> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > > >> > > >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > >> new file mode 100644 > > >> index 0000000..bcbdf24 > > >> --- /dev/null > > >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > >> @@ -0,0 +1,39 @@ > > >> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 > > >> +From: Koen Kooi <koen@dominion.thruhere.net> > > >> +Date: Fri, 29 Mar 2013 15:17:17 +0100 > > >> +Subject: [PATCH] setup.py: link in sysroot, not in host directories > > >> + > > >> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > > >> + > > >> +Upstream-status: Unknown > > > > > > Does this mean you haven't determined if it should be sent upstream yet, > > > or you did and it's gone off into an apparent black hole of a mailing > > > list somewhere? > > > > The former > > Okay. Isn't that normally 'Pending' then? I can make that tweak in my > merge, but I wanted to confirm I had the right information there first. Except now that I'm looking at my merge tree again I noticed this is in meta-oe not meta-networking, so I'll not merge that at all unless asked. :-) -J. > > -J. > > > > > > > > > -J. > > > > > >> +--- > > >> + setup.py | 6 +++--- > > >> + 1 file changed, 3 insertions(+), 3 deletions(-) > > >> + > > >> +diff --git a/setup.py b/setup.py > > >> +index e7c49eb..8deaa34 100644 > > >> +--- a/setup.py > > >> ++++ b/setup.py > > >> +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): > > >> + self.openssl = 'c:\\pkg' > > >> + else: > > >> + self.libraries = ['ssl', 'crypto'] > > >> +- self.openssl = '/usr' > > >> ++ self.openssl = os.environ.get( "STAGING_DIR" ) > > >> + > > >> + > > >> + def finalize_options(self): > > >> +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): > > >> + > > >> + build_ext.build_ext.finalize_options(self) > > >> + > > >> +- opensslIncludeDir = os.path.join(self.openssl, 'include') > > >> +- opensslLibraryDir = os.path.join(self.openssl, 'lib') > > >> ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) > > >> ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) > > >> + > > >> + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ > > >> + [opensslIncludeDir]] > > >> +-- > > >> +1.8.1.4 > > >> + > > >> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > > >> new file mode 100644 > > >> index 0000000..9babc04 > > >> --- /dev/null > > >> +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > > >> @@ -0,0 +1,19 @@ > > >> +DESCRIPTION = "A Python crypto and SSL toolkit" > > >> +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" > > >> + > > >> +DEPENDS = "openssl swig-native" > > >> + > > >> +LICENSE = "BSD" > > >> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" > > >> + > > >> +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ > > >> + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" > > >> + > > >> +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" > > >> +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" > > >> + > > >> +S = "${WORKDIR}/M2Crypto-${PV}" > > >> + > > >> +inherit setuptools > > >> + > > >> +BBCLASSEXTEND = "native" > > > -- > > > -Joe MacDonald. > > > :wq > > > -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 18:21 ` Joe MacDonald 2013-04-01 18:26 ` Joe MacDonald @ 2013-04-01 20:33 ` Koen Kooi 2013-04-01 21:03 ` Joe MacDonald 1 sibling, 1 reply; 10+ messages in thread From: Koen Kooi @ 2013-04-01 20:33 UTC (permalink / raw) To: Joe MacDonald; +Cc: openembedded-devel Op 1 apr. 2013, om 20:21 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: > >> >> Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: >> >>> Hey Koen, >>> >>> [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: >>> >>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>>> --- >>>> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ >>>> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ >>>> 2 files changed, 58 insertions(+) >>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >>>> >>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>> new file mode 100644 >>>> index 0000000..bcbdf24 >>>> --- /dev/null >>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>> @@ -0,0 +1,39 @@ >>>> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 >>>> +From: Koen Kooi <koen@dominion.thruhere.net> >>>> +Date: Fri, 29 Mar 2013 15:17:17 +0100 >>>> +Subject: [PATCH] setup.py: link in sysroot, not in host directories >>>> + >>>> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>>> + >>>> +Upstream-status: Unknown >>> >>> Does this mean you haven't determined if it should be sent upstream yet, >>> or you did and it's gone off into an apparent black hole of a mailing >>> list somewhere? >> >> The former > > Okay. Isn't that normally 'Pending' then? I can make that tweak in my > merge, but I wanted to confirm I had the right information there first. If you think 'Pending' reflects the status better than 'Unknown', go for it, but 'Pending' has been the catch-all for Upstream-status fields, so anytime you see 'Pending' you know you can't trust the Upstream-status field. > > -J. > >> >>> >>> -J. >>> >>>> +--- >>>> + setup.py | 6 +++--- >>>> + 1 file changed, 3 insertions(+), 3 deletions(-) >>>> + >>>> +diff --git a/setup.py b/setup.py >>>> +index e7c49eb..8deaa34 100644 >>>> +--- a/setup.py >>>> ++++ b/setup.py >>>> +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): >>>> + self.openssl = 'c:\\pkg' >>>> + else: >>>> + self.libraries = ['ssl', 'crypto'] >>>> +- self.openssl = '/usr' >>>> ++ self.openssl = os.environ.get( "STAGING_DIR" ) >>>> + >>>> + >>>> + def finalize_options(self): >>>> +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): >>>> + >>>> + build_ext.build_ext.finalize_options(self) >>>> + >>>> +- opensslIncludeDir = os.path.join(self.openssl, 'include') >>>> +- opensslLibraryDir = os.path.join(self.openssl, 'lib') >>>> ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) >>>> ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) >>>> + >>>> + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ >>>> + [opensslIncludeDir]] >>>> +-- >>>> +1.8.1.4 >>>> + >>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >>>> new file mode 100644 >>>> index 0000000..9babc04 >>>> --- /dev/null >>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >>>> @@ -0,0 +1,19 @@ >>>> +DESCRIPTION = "A Python crypto and SSL toolkit" >>>> +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" >>>> + >>>> +DEPENDS = "openssl swig-native" >>>> + >>>> +LICENSE = "BSD" >>>> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" >>>> + >>>> +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ >>>> + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" >>>> + >>>> +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" >>>> +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" >>>> + >>>> +S = "${WORKDIR}/M2Crypto-${PV}" >>>> + >>>> +inherit setuptools >>>> + >>>> +BBCLASSEXTEND = "native" >>> -- >>> -Joe MacDonald. >>> :wq >> > > -- > -Joe MacDonald. > :wq ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 20:33 ` Koen Kooi @ 2013-04-01 21:03 ` Joe MacDonald 2013-04-02 6:06 ` Koen Kooi 0 siblings, 1 reply; 10+ messages in thread From: Joe MacDonald @ 2013-04-01 21:03 UTC (permalink / raw) To: Koen Kooi; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 5628 bytes --] [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 22:33) Koen Kooi wrote: > > Op 1 apr. 2013, om 20:21 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > > > [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: > > > >> > >> Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > >> > >>> Hey Koen, > >>> > >>> [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > >>> > >>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >>>> --- > >>>> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ > >>>> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ > >>>> 2 files changed, 58 insertions(+) > >>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >>>> > >>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>> new file mode 100644 > >>>> index 0000000..bcbdf24 > >>>> --- /dev/null > >>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>> @@ -0,0 +1,39 @@ > >>>> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 > >>>> +From: Koen Kooi <koen@dominion.thruhere.net> > >>>> +Date: Fri, 29 Mar 2013 15:17:17 +0100 > >>>> +Subject: [PATCH] setup.py: link in sysroot, not in host directories > >>>> + > >>>> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >>>> + > >>>> +Upstream-status: Unknown > >>> > >>> Does this mean you haven't determined if it should be sent upstream yet, > >>> or you did and it's gone off into an apparent black hole of a mailing > >>> list somewhere? > >> > >> The former > > > > Okay. Isn't that normally 'Pending' then? I can make that tweak in my > > merge, but I wanted to confirm I had the right information there first. > > If you think 'Pending' reflects the status better than 'Unknown', go for it, but 'Pending' has been the catch-all for Upstream-status fields, so anytime you see 'Pending' you know you can't trust the Upstream-status field. Yeah, certainly no argument here, 'Pending' implies something to me that simply isn't so based both on experience and the strict definition on the website. But that does seem to fit the definition reasonably well. So since the meta-networking bit depends on the meta-oe bit being merged, do you want me to merge both at the same time? Or if you would prefer to do the merge, I'm happy with the meta-networking piece of this, so feel free. -J. > > > > > -J. > > > >> > >>> > >>> -J. > >>> > >>>> +--- > >>>> + setup.py | 6 +++--- > >>>> + 1 file changed, 3 insertions(+), 3 deletions(-) > >>>> + > >>>> +diff --git a/setup.py b/setup.py > >>>> +index e7c49eb..8deaa34 100644 > >>>> +--- a/setup.py > >>>> ++++ b/setup.py > >>>> +@@ -40,7 +40,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): > >>>> + self.openssl = 'c:\\pkg' > >>>> + else: > >>>> + self.libraries = ['ssl', 'crypto'] > >>>> +- self.openssl = '/usr' > >>>> ++ self.openssl = os.environ.get( "STAGING_DIR" ) > >>>> + > >>>> + > >>>> + def finalize_options(self): > >>>> +@@ -49,8 +49,8 @@ class _M2CryptoBuildExt(build_ext.build_ext): > >>>> + > >>>> + build_ext.build_ext.finalize_options(self) > >>>> + > >>>> +- opensslIncludeDir = os.path.join(self.openssl, 'include') > >>>> +- opensslLibraryDir = os.path.join(self.openssl, 'lib') > >>>> ++ opensslIncludeDir = os.environ.get( "STAGING_INCDIR" ) > >>>> ++ opensslLibraryDir = os.environ.get( "STAGING_LIBDIR" ) > >>>> + > >>>> + self.swig_opts = ['-I%s' % i for i in self.include_dirs + \ > >>>> + [opensslIncludeDir]] > >>>> +-- > >>>> +1.8.1.4 > >>>> + > >>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >>>> new file mode 100644 > >>>> index 0000000..9babc04 > >>>> --- /dev/null > >>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >>>> @@ -0,0 +1,19 @@ > >>>> +DESCRIPTION = "A Python crypto and SSL toolkit" > >>>> +HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto" > >>>> + > >>>> +DEPENDS = "openssl swig-native" > >>>> + > >>>> +LICENSE = "BSD" > >>>> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" > >>>> + > >>>> +SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${PV}.tar.gz \ > >>>> + file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch" > >>>> + > >>>> +SRC_URI[md5sum] = "f93d8462ff7646397a9f77a2fe602d17" > >>>> +SRC_URI[sha256sum] = "25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a" > >>>> + > >>>> +S = "${WORKDIR}/M2Crypto-${PV}" > >>>> + > >>>> +inherit setuptools > >>>> + > >>>> +BBCLASSEXTEND = "native" > >>> -- > >>> -Joe MacDonald. > >>> :wq > >> > > > > -- > > -Joe MacDonald. > > :wq > -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-01 21:03 ` Joe MacDonald @ 2013-04-02 6:06 ` Koen Kooi 2013-04-02 15:16 ` Joe MacDonald 0 siblings, 1 reply; 10+ messages in thread From: Koen Kooi @ 2013-04-02 6:06 UTC (permalink / raw) To: Joe MacDonald; +Cc: openembedded-devel Op 1 apr. 2013, om 23:03 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 22:33) Koen Kooi wrote: > >> >> Op 1 apr. 2013, om 20:21 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: >> >>> [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: >>> >>>> >>>> Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: >>>> >>>>> Hey Koen, >>>>> >>>>> [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: >>>>> >>>>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>>>>> --- >>>>>> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ >>>>>> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ >>>>>> 2 files changed, 58 insertions(+) >>>>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb >>>>>> >>>>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>>>> new file mode 100644 >>>>>> index 0000000..bcbdf24 >>>>>> --- /dev/null >>>>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch >>>>>> @@ -0,0 +1,39 @@ >>>>>> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 >>>>>> +From: Koen Kooi <koen@dominion.thruhere.net> >>>>>> +Date: Fri, 29 Mar 2013 15:17:17 +0100 >>>>>> +Subject: [PATCH] setup.py: link in sysroot, not in host directories >>>>>> + >>>>>> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>>>>> + >>>>>> +Upstream-status: Unknown >>>>> >>>>> Does this mean you haven't determined if it should be sent upstream yet, >>>>> or you did and it's gone off into an apparent black hole of a mailing >>>>> list somewhere? >>>> >>>> The former >>> >>> Okay. Isn't that normally 'Pending' then? I can make that tweak in my >>> merge, but I wanted to confirm I had the right information there first. >> >> If you think 'Pending' reflects the status better than 'Unknown', go for it, but 'Pending' has been the catch-all for Upstream-status fields, so anytime you see 'Pending' you know you can't trust the Upstream-status field. > > Yeah, certainly no argument here, 'Pending' implies something to me that > simply isn't so based both on experience and the strict definition on > the website. But that does seem to fit the definition reasonably well. > > So since the meta-networking bit depends on the meta-oe bit being > merged, do you want me to merge both at the same time? Or if you would > prefer to do the merge, I'm happy with the meta-networking piece of > this, so feel free. Feel free to merge both ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 2013-04-02 6:06 ` Koen Kooi @ 2013-04-02 15:16 ` Joe MacDonald 0 siblings, 0 replies; 10+ messages in thread From: Joe MacDonald @ 2013-04-02 15:16 UTC (permalink / raw) To: Koen Kooi; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 3491 bytes --] [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.02 (Tue 08:06) Koen Kooi wrote: > > Op 1 apr. 2013, om 23:03 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > > > [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 22:33) Koen Kooi wrote: > > > >> > >> Op 1 apr. 2013, om 20:21 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > >> > >>> [Re: [oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.04.01 (Mon 20:15) Koen Kooi wrote: > >>> > >>>> > >>>> Op 1 apr. 2013, om 20:13 heeft Joe MacDonald <Joe.MacDonald@windriver.com> het volgende geschreven: > >>>> > >>>>> Hey Koen, > >>>>> > >>>>> [[oe] [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1] On 13.03.29 (Fri 15:25) Koen Kooi wrote: > >>>>> > >>>>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >>>>>> --- > >>>>>> ...y-link-in-sysroot-not-in-host-directories.patch | 39 ++++++++++++++++++++++ > >>>>>> .../python/python-m2crypto_0.21.1.bb | 19 +++++++++++ > >>>>>> 2 files changed, 58 insertions(+) > >>>>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>>>> create mode 100644 meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > >>>>>> > >>>>>> diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>>>> new file mode 100644 > >>>>>> index 0000000..bcbdf24 > >>>>>> --- /dev/null > >>>>>> +++ b/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > >>>>>> @@ -0,0 +1,39 @@ > >>>>>> +From f11b9c71080513f9b867ba8f40613ba2ebc6e960 Mon Sep 17 00:00:00 2001 > >>>>>> +From: Koen Kooi <koen@dominion.thruhere.net> > >>>>>> +Date: Fri, 29 Mar 2013 15:17:17 +0100 > >>>>>> +Subject: [PATCH] setup.py: link in sysroot, not in host directories > >>>>>> + > >>>>>> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >>>>>> + > >>>>>> +Upstream-status: Unknown > >>>>> > >>>>> Does this mean you haven't determined if it should be sent upstream yet, > >>>>> or you did and it's gone off into an apparent black hole of a mailing > >>>>> list somewhere? > >>>> > >>>> The former > >>> > >>> Okay. Isn't that normally 'Pending' then? I can make that tweak in my > >>> merge, but I wanted to confirm I had the right information there first. > >> > >> If you think 'Pending' reflects the status better than 'Unknown', go for it, but 'Pending' has been the catch-all for Upstream-status fields, so anytime you see 'Pending' you know you can't trust the Upstream-status field. > > > > Yeah, certainly no argument here, 'Pending' implies something to me that > > simply isn't so based both on experience and the strict definition on > > the website. But that does seem to fit the definition reasonably well. > > > > So since the meta-networking bit depends on the meta-oe bit being > > merged, do you want me to merge both at the same time? Or if you would > > prefer to do the merge, I'm happy with the meta-networking piece of > > this, so feel free. > > Feel free to merge both Okay, all done. -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-04-02 15:34 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-03-29 14:25 [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Koen Kooi 2013-03-29 14:25 ` [meta-networking][meta-oe][PATCH 2/2] crda: add 1.1.3 Koen Kooi 2013-04-01 18:13 ` [meta-networking][meta-oe][PATCH 1/2] python-m2crypto: add 0.21.1 Joe MacDonald 2013-04-01 18:15 ` Koen Kooi 2013-04-01 18:21 ` Joe MacDonald 2013-04-01 18:26 ` Joe MacDonald 2013-04-01 20:33 ` Koen Kooi 2013-04-01 21:03 ` Joe MacDonald 2013-04-02 6:06 ` Koen Kooi 2013-04-02 15:16 ` Joe MacDonald
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.