diff options
Diffstat (limited to 'dri')
-rw-r--r-- | dri/drm-kernel_cvs.oe | 1 | ||||
-rw-r--r-- | dri/drm_cvs.oe | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dri/drm-kernel_cvs.oe b/dri/drm-kernel_cvs.oe index 97c0004de6..773f5d7ae1 100644 --- a/dri/drm-kernel_cvs.oe +++ b/dri/drm-kernel_cvs.oe @@ -1,3 +1,4 @@ +SECTION = "x11/base" PR = "r1" SRC_URI = "cvs://anoncvs@dri.freedesktop.org/cvs/dri;module=drm;method=pserver" diff --git a/dri/drm_cvs.oe b/dri/drm_cvs.oe index f49db79711..18a4cc5ad7 100644 --- a/dri/drm_cvs.oe +++ b/dri/drm_cvs.oe @@ -1,3 +1,4 @@ +SECTION = "x11/base" SRC_URI = "cvs://anoncvs@dri.freedesktop.org/cvs/dri;module=drm;method=pserver \ file://config.patch;patch=1" @@ -19,4 +20,3 @@ do_stage() { install -m 0644 shared/$i ${STAGING_INCDIR} done } - |