diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-03 11:18:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-08 00:01:22 +0100 |
commit | 4913e35bfe136fec2b291a35d36aad69f900ba92 (patch) | |
tree | 9d7e109659f2d510fdc22133234afdbcb4a09e7c /meta/recipes-graphics/drm/libdrm_git.bb | |
parent | 86fc0b2e3a79b5f0e50ec8d6f46794ae37a10858 (diff) | |
download | poky-4913e35bfe136fec2b291a35d36aad69f900ba92.tar.gz |
libdrm: remove git recipe, merge inc
The git recipe hasn't been touched since 2012 and is out of date, so simplify
the recipe by removing the git form and merging the remaining bb and inc file.
(From OE-Core rev: f71909f5eacc23d8533f1860ab890892d4f93f29)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_git.bb')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_git.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_git.bb b/meta/recipes-graphics/drm/libdrm_git.bb deleted file mode 100644 index d7245ee865..0000000000 --- a/meta/recipes-graphics/drm/libdrm_git.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require libdrm.inc | ||
2 | |||
3 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm" | ||
4 | |||
5 | S = "${WORKDIR}/git" | ||
6 | |||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRCREV = "e01d68f9f3acfc35fe164283904b5d058c2ab378" | ||
10 | PV = "2.4.40+git${SRCPV}" | ||
11 | PR = "${INC_PR}.0" | ||
12 | |||