summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/drm/libdrm_2.4.45.bb
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-01-08 16:02:03 +0100
committerGerrit Code Review <gerrit@172.30.200.200>2016-01-13 15:24:12 +0000
commit503179018b074828878568140be57b83f8790e14 (patch)
tree5a16852e7c245545e3bb7b5443c276fcbc5e2c5a /common/recipes-graphics/drm/libdrm_2.4.45.bb
parentcedce9ae52ea9b7518bbe8b50e8a898ee68d720c (diff)
libdrm: remove obsolete recipe
The libdrm_2.4.45 recipe is not relevant anymore. Patches integrated in the forked version are now integrated upstream (since release 2.4.47). This recipe is not needed when the layer is used in poky >= 1.7 as it embed libdrm_2.5.54, and is already removed from upstream repo. Please refer to ce65bca52 in: http://git.yoctoproject.org/git/meta-renesas Change-Id: I82c849a58d38be5fb00ebafcaf718834e688d085 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'common/recipes-graphics/drm/libdrm_2.4.45.bb')
-rw-r--r--common/recipes-graphics/drm/libdrm_2.4.45.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/common/recipes-graphics/drm/libdrm_2.4.45.bb b/common/recipes-graphics/drm/libdrm_2.4.45.bb
deleted file mode 100644
index c76af78..0000000
--- a/common/recipes-graphics/drm/libdrm_2.4.45.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require recipes-graphics/drm/libdrm.inc
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRCREV = "4d8674077c006f68ec4771530891df8231da839d"
-SRC_URI = "git://git.ideasonboard.com/renesas/drm.git;protocol=git;branch=live \
- file://installtests.patch \
- file://GNU_SOURCE_definition.patch \
- file://0001-modetest-add-the-possibility-to-select-the-refresh-f.patch \
- "
-
-PV_append = "+git${SRCREV}"
-S = "${WORKDIR}/git"
-EXTRA_OECONF += "--enable-install-test-programs"