diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 08:41:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:15 +0200 |
commit | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch) | |
tree | ac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/libxkbfile_1.0.4.bb | |
parent | 7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff) |
xorg-lib: oe-stylize
* require in oe-stylize script was moved to top
* reminders were removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxkbfile_1.0.4.bb')
-rw-r--r-- | recipes/xorg-lib/libxkbfile_1.0.4.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/xorg-lib/libxkbfile_1.0.4.bb b/recipes/xorg-lib/libxkbfile_1.0.4.bb index 53209497f9..d02cec5892 100644 --- a/recipes/xorg-lib/libxkbfile_1.0.4.bb +++ b/recipes/xorg-lib/libxkbfile_1.0.4.bb @@ -1,11 +1,11 @@ require xorg-lib-common.inc - DESCRIPTION = "X11 keyboard file manipulation library" -LICENSE= "GPL" +LICENSE = "GPL" DEPENDS += "virtual/libx11 kbproto" -BBCLASSEXTEND = "native" PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "12b4ceb5d42b520228b5fb40a96ae6c5" SRC_URI[archive.sha256sum] = "468ade4eaa3951a7c34b6ae1c290ab1a1d364ee36c5c455ef0df15550825b8ae" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native" |