[oe-commits] Martin Jansa : xwd: move require line first

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 13:36:18 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 09f40c089d490b7734e227cd5abcb1706054d8fe
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=09f40c089d490b7734e227cd5abcb1706054d8fe

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jul 22 18:32:17 2014 +0200

xwd: move require line first

* otherwise SUMMARY, HOMEPAGE, SECTION, LICENSE and DEPENDS are overwriten from
  .inc file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 4 ++--
 1 file 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 077df7a..694bf57 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 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
 SUMMARY = "xwd is a tool to capture an X window or screen to file"
 HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
 SECTION = "x11/app"
@@ -7,5 +9,3 @@ DEPENDS = "libxmu libxkbfile"
 
 SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
 SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
-
-require recipes-graphics/xorg-app/xorg-app-common.inc



More information about the Openembedded-commits mailing list