diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-26 21:12:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-26 21:19:49 +0200 |
commit | f2826334f53c9133c0d2a478d6e1c2b78e645487 (patch) | |
tree | 27d3d0fdf2e64a589f173248ab7f6601952f5a23 /recipes/mesa/mesa_7.4.bb | |
parent | ca324b1b792367fd498d94371672c7b23bec00d0 (diff) |
mesa: reaad and convert 7.4 release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mesa/mesa_7.4.bb')
-rw-r--r-- | recipes/mesa/mesa_7.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/mesa/mesa_7.4.bb b/recipes/mesa/mesa_7.4.bb new file mode 100644 index 0000000000..f5c9a174fa --- /dev/null +++ b/recipes/mesa/mesa_7.4.bb @@ -0,0 +1,6 @@ +# This is a dummy package so OE can use the poky mesa files +require mesa-dri_${PV}.bb + +PR = "${INC_PR}.1" + +EXTRA_OECONF += "--disable-egl" |