diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 18:32:17 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-24 15:31:51 +0200 |
commit | 09f40c089d490b7734e227cd5abcb1706054d8fe (patch) | |
tree | c52f979d6de7867bf781fdf4b6108989e0597bc5 /meta-oe/recipes-graphics/xorg-app | |
parent | d382c1e9ba07d4bb19bd5668fb18fd2c2785d3a2 (diff) | |
download | meta-openembedded-09f40c089d490b7734e227cd5abcb1706054d8fe.tar.gz |
xwd: move require line first
* otherwise SUMMARY, HOMEPAGE, SECTION, LICENSE and DEPENDS are overwriten from
.inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb index 077df7add..694bf57ac 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
1 | SUMMARY = "xwd is a tool to capture an X window or screen to file" | 3 | SUMMARY = "xwd is a tool to capture an X window or screen to file" |
2 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/" | 4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/" |
3 | SECTION = "x11/app" | 5 | SECTION = "x11/app" |
@@ -7,5 +9,3 @@ DEPENDS = "libxmu libxkbfile" | |||
7 | 9 | ||
8 | SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" | 10 | SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" |
9 | SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" | 11 | SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" |
10 | |||
11 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||