diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-02-06 17:29:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-08 21:03:26 +0000 |
commit | b4a6fec9be9581a99768a26d55a106cb444ff598 (patch) | |
tree | 424fc61211697e4b571d72459fe0f02a9a5ec85c /meta/recipes-graphics | |
parent | 218beaf1072a29f7de60018c417cdbf4c1d0d26d (diff) | |
download | openembedded-core-b4a6fec9be9581a99768a26d55a106cb444ff598.tar.gz openembedded-core-b4a6fec9be9581a99768a26d55a106cb444ff598.tar.bz2 openembedded-core-b4a6fec9be9581a99768a26d55a106cb444ff598.zip |
libdrm: upgrade to 2.4.52
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.49.bb | 8 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.52.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.49.bb b/meta/recipes-graphics/drm/libdrm_2.4.49.bb deleted file mode 100644 index 6047d7ca66..0000000000 --- a/meta/recipes-graphics/drm/libdrm_2.4.49.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libdrm.inc - -SRC_URI += "file://installtests.patch \ - file://GNU_SOURCE_definition.patch \ - " -SRC_URI[md5sum] = "454fe27645152cbd8be8ccda21acaa24" -SRC_URI[sha256sum] = "25d7d3fd30d8c350d3b87b3048f1c0cf0be295a40197a49acc374d4f4ae97a7d" - diff --git a/meta/recipes-graphics/drm/libdrm_2.4.52.bb b/meta/recipes-graphics/drm/libdrm_2.4.52.bb new file mode 100644 index 0000000000..75b18462b2 --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm_2.4.52.bb @@ -0,0 +1,8 @@ +require libdrm.inc + +SRC_URI += "file://installtests.patch \ + file://GNU_SOURCE_definition.patch \ + " +SRC_URI[md5sum] = "01b75624a5da3a7543923e54c3547a24" +SRC_URI[sha256sum] = "fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1" + |