| Submitter | Khem Raj |
|---|---|
| Date | Oct. 12, 2011, 1:56 a.m. |
| Message ID | <1318384589-17127-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/13021/ |
| State | New, archived |
| Headers | show |
Comments
Dear Khem, Am Dienstag, den 11.10.2011, 18:56 -0700 schrieb Khem Raj: please add the reason for the change to the commit message. In this case the rename in oe-core and the corresponding parse errors Andreas reported. > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb | 2 +- > .../xorg-xserver/xserver-psb_1.7.99.2.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) […] Thanks, Paul
Patch
diff --git a/common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb b/common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb index 81d70bc..c3d6d02 100644 --- a/common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb +++ b/common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb @@ -1,4 +1,4 @@ -require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc +require recipes-graphics/xorg-xserver/xserver-xorg-lite.inc PROTO_DEPS += "xf86driproto dri2proto" diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb index 5227faa..28d77d5 100644 --- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb +++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb @@ -1,4 +1,4 @@ -require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc +require recipes-graphics/xorg-xserver/xserver-xorg-lite.inc PR = "r3"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb | 2 +- .../xorg-xserver/xserver-psb_1.7.99.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)