All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] audiofile: Inherit pkgconfig instead of binconfig
@ 2017-06-02  4:41 Khem Raj
  2017-06-02  4:41 ` [meta-python][PATCH 2/2] python-cffi: Upgrade to 1.10.0 Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2017-06-02  4:41 UTC (permalink / raw)
  To: openembedded-devel

Fixes build with musl
../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found
../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
index b23bfed58..f4e19e4ad 100644
--- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
+++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
@@ -17,7 +17,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008"
 SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782"
 
-inherit autotools lib_package binconfig
+inherit autotools lib_package pkgconfig
 
 DEPENDS = " \
     asciidoc-native \
-- 
2.13.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-python][PATCH 2/2] python-cffi: Upgrade to 1.10.0
  2017-06-02  4:41 [meta-oe][PATCH 1/2] audiofile: Inherit pkgconfig instead of binconfig Khem Raj
@ 2017-06-02  4:41 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2017-06-02  4:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python-cffi.inc                   | 4 ++--
 .../python/{python-cffi_1.9.1.bb => python-cffi_1.10.0.bb}            | 0
 .../python/{python3-cffi_1.9.1.bb => python3-cffi_1.10.0.bb}          | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cffi_1.9.1.bb => python-cffi_1.10.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cffi_1.9.1.bb => python3-cffi_1.10.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index 21e41c188..0ea154f6d 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -3,8 +3,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
 DEPENDS += "libffi ${PYTHON_PN}-pycparser"
 
-SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244"
-SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8"
+SRC_URI[md5sum] = "2b5fa41182ed0edaf929a789e602a070"
+SRC_URI[sha256sum] = "b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5"
 
 RDEPENDS_${PN}_class-target = " \
     ${PYTHON_PN}-io \
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.10.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cffi_1.9.1.bb
rename to meta-python/recipes-devtools/python/python-cffi_1.10.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb
rename to meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb
-- 
2.13.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-02  4:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02  4:41 [meta-oe][PATCH 1/2] audiofile: Inherit pkgconfig instead of binconfig Khem Raj
2017-06-02  4:41 ` [meta-python][PATCH 2/2] python-cffi: Upgrade to 1.10.0 Khem Raj

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.