Signed-off-by: Derek Straka
---
.../recipes-devtools/python/python-dnspython.inc | 20
.../python/python-dnspython_1.15.0.bb| 2 ++
.../python/python3-dnspython_1.15.0.bb | 9 +
3 files changed, 31 insertions(+)
create mode 100644
Signed-off-by: Derek Straka
---
meta-python/recipes-devtools/python/python-babel.inc | 20
.../recipes-devtools/python/python-babel_2.3.4.bb| 2 ++
.../recipes-devtools/python/python3-babel_2.3.4.bb | 5 +
3 files changed, 27 insertions(+)
create mode 100644 meta
The dependency on lcms is handled via the PACKAGECONFIG option, so
doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add
support for libmng-native and fix typo in PACKAGECONFIG[lcms].
Signed-off-by: Andre McCurdy
---
meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb | 9 +
1 f
On Fri, Feb 03, 2017 at 01:00:16AM +0100, Martin Jansa wrote:
> This isn't enough at least in some setups, but it's good start (it works
> after you add -lxkbcommon in 2 incorrectly generated Makefiles) and at
> least it documents that xkbcommon-evdev is now needed to be set in qtbase
> PACKAGECONF
When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was
removed from the recipe. This left the installation target as sbindir
(/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because
mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/.
With
On Thu, Mar 2, 2017 at 12:43 PM, Martin Jansa wrote:
>
> Can we pass correct installation path in configure instead of changing the
> variable itself?
Yes,
EXTRA_OECONF += "sbindir=${base_sbindir}"
accomplishes the same thing. I'll resubmit this with my sign-off.
Tom
--
_
I agree with Andreas, but I'm not opposed to this so strongly.
Especially as similar patch for oe-core (changing 81 files) was already
merged. Similarly the getVar cleanup recently will also cause some
headaches when cherry-picking. Unfortunately my "safe" (as it won't break
the build) whitespace
Can we pass correct installation path in configure instead of changing the
variable itself?
Also missing your SOB line.
On Thu, Mar 2, 2017 at 1:47 AM, Tom Hayward wrote:
> When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was
> removed from the recipe. This left the instal
> Since other packages may depend on krb5(${PN}).
Then fix these other packages.
On Thu, Mar 2, 2017 at 5:13 PM, Adrian Calianu
wrote:
> Since other packages may depend on krb5(${PN}).
>
> Signed-off-by: Adrian Calianu
> ---
> meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb | 2 ++
> 1 file
Since other packages may depend on krb5(${PN}).
Signed-off-by: Adrian Calianu
---
meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
b/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
index 656a
Signed-off-by: Derek Straka
---
meta-python/recipes-devtools/python/python-anyjson.inc | 13 +
meta-python/recipes-devtools/python/python-anyjson_0.3.3.bb | 2 ++
.../recipes-devtools/python/python3-anyjson_0.3.3.bb| 2 ++
3 files changed, 17 insertions(+)
create mode
Signed-off-by: Derek Straka
---
.../recipes-devtools/python/python-simplejson.inc | 21 ++---
.../python/python-simplejson_3.10.0.bb | 2 ++
.../python/python3-simplejson_3.10.0.bb | 7 +++
3 files changed, 15 insertions(+), 15 deletions(-)
rename
On Thu, Mar 2, 2017 at 9:46 AM, Koen Kooi wrote:
>
> Util-linux is the preferred provider for libuuid (it moved from e2fsprogs to
> util-linux a few years ago).
>
> regards,
>
Thanks - did not know that (just asked oe-layer-list). Will try that
one next weekend...
Andreas
--
On Thu, 2 Mar 2017, Derek Straka wrote:
> The URL https://pypi.python.org/pypi/ndg_httpsclient/0.4.2 gets a 301 and
> redirects to https://pypi.python.org/pypi/ndg-httpsclient/0.4.2. FWIW, the
> recipe hasn't been blacklisted in master for a while.
ah, i never bothered going down that extra di
The URL https://pypi.python.org/pypi/ndg_httpsclient/0.4.2 gets a 301 and
redirects to https://pypi.python.org/pypi/ndg-httpsclient/0.4.2. FWIW, the
recipe hasn't been blacklisted in master for a while.
-Derek
On Thu, Mar 2, 2017 at 8:26 AM, Robert P. J. Day
wrote:
>
> in my wanderings, i no
in my wanderings, i noticed the following line in the include file
recipes-devtools/python/python-ndg-httpsclient.inc:
PYPI_PACKAGE = "ndg_httpsclient"
however, that appears to be incorrect -- the correct name over at
pypi.python.org is, in fact, "ndg-httpsclient" (making the assignment
to P
Given calculation of PYPI_PACKAGE value from recipe file name, a
number of Python recipe files unnecessarily set this value, so delete
these superfluous lines.
In addition, the act of editing added a missing EOL at the end of one
of the files.
Signed-off-by: Robert P. J. Day
---
i dislike e
17 matches
Mail list logo