| Submitter | Otavio Salvador |
|---|---|
| Date | May 9, 2011, 7:16 p.m. |
| Message ID | <1304968617-4949-3-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/3517/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, May 9, 2011 at 16:16, Otavio Salvador <otavio@ossystems.com.br> wrote: ... > +require xorg-app-common.inc > +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" ... This one failed on build test and a fixed one will be send later.
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 new file mode 100644 index 0000000..2d153e4 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb @@ -0,0 +1,8 @@ +require xorg-app-common.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" +DEPENDS += " libxkbfile" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e" +SRC_URI[archive.sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39"
This is in sync with OE at 6e7e35679200cd55264fae308cd5dec7ef2d1d29. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb