diff options
| -rw-r--r-- | meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch index 90fa193775..a5c112db7b 100644 --- a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch +++ b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch | |||
| @@ -5,7 +5,11 @@ Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through | |||
| 5 | 5 | ||
| 6 | binconfig-disabled.bbclass, so port it to use pkg-config instead. | 6 | binconfig-disabled.bbclass, so port it to use pkg-config instead. |
| 7 | 7 | ||
| 8 | Upstream-Status: Pending | 8 | This cannot be upstreamed, as the original macro supports various |
| 9 | optional arguments which cannot be supported with a direct call | ||
| 10 | to pkg-config. | ||
| 11 | |||
| 12 | Upstream-Status: Inappropriate [oe-core specific; see above] | ||
| 9 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 13 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 10 | 14 | ||
| 11 | Rebase to 2.9.9 | 15 | Rebase to 2.9.9 |
