diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2014-12-03 21:55:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:08 +0000 |
commit | 764e08b292a3f0d04757680ca61d14908b708296 (patch) | |
tree | 961d8be7515f40f99ca15cc085e75206b9a8cd72 /meta/recipes-graphics/drm/libdrm_2.4.54.bb | |
parent | 79309027771fd4b6efb8914f6e7347a9bc34221d (diff) | |
download | poky-764e08b292a3f0d04757680ca61d14908b708296.tar.gz |
libdrm: Upgrade to 2.4.58.
Disable man pages creation because it needs to download docbook.xsl from
upstream site and sometimes can't (resource unavailable) and this cause
build fails.
Remove GNU_SOURCE_definition patch it's already integrated in upstream.
(From OE-Core rev: 65246c7111b4e23c1c505ad95271a17ca4be3d31)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.54.bb')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.54.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.54.bb b/meta/recipes-graphics/drm/libdrm_2.4.54.bb deleted file mode 100644 index 12eefc7751..0000000000 --- a/meta/recipes-graphics/drm/libdrm_2.4.54.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require libdrm.inc | ||
2 | |||
3 | SRC_URI += "file://installtests.patch \ | ||
4 | file://GNU_SOURCE_definition.patch \ | ||
5 | " | ||
6 | SRC_URI[md5sum] = "56e98a9c2073c3fab7f95e003b657f46" | ||
7 | SRC_URI[sha256sum] = "d94001ebfbe80e1523d1228ee2df57294698d1c734fad9ccf53efde8932fe4e9" | ||
8 | |||