| Submitter | Otavio Salvador |
|---|---|
| Date | Dec. 15, 2011, 11:18 a.m. |
| Message ID | <ee3349b62721b50d965c78eeeab8969468d60934.1323947853.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/17013/ |
| State | Accepted |
| Commit | ee3349b62721b50d965c78eeeab8969468d60934 |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb index 22df1f1..127b0f6 100644 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb @@ -4,5 +4,5 @@ DEPENDS += " libxkbfile" PE = "1" PR = "r6" -SRC_URI[archive.md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e" -SRC_URI[archive.sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39" +SRC_URI[md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e" +SRC_URI[sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)