From de32267517d61ebf4f66a859b7fe85da3549804a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Apr 2015 17:36:49 +0000 Subject: pixman,libpciaccess: Fix build on musl The fixes are not specific to musl, however they came to surface due to musl, these are generic problems which should be fixed in components Change-Id: If9aa95968d9dec9c16e3e5819955befcaa38937c (From OE-Core rev: 24fd4959aea55829c6095c81138daee2c5b5107f) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb') diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb index bbba24eb9a..4a832e8ccb 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.3.bb @@ -5,6 +5,8 @@ PCI bus and devices in a platform-independent way." require xorg-lib-common.inc +SRC_URI += "file://limits.patch" + LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" -- cgit v1.2.3-54-g00ecf