[oe-commits] Martin Jansa : libxfce4ui: fix order of inherits

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 19:55:29 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 20 15:20:06 2014 +0200

libxfce4ui: fix order of inherits

* we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac
  and the repository contains only configure.ac.in which is transformed into
  configure.ac by autogen which is prepended to do_configure by xfce-git (so
  this .bbclass needs to appear in inherit after gtk-doc to prepend autogen.sh
  before gtkdocize call.

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

---

 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
index 0582412..6534f94 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
 DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
 
-inherit autotools gettext xfce xfce-git gtk-doc
+inherit autotools gettext gtk-doc xfce xfce-git
 
 SRC_URI = " \
     git://git.xfce.org/xfce/libxfce4ui;protocol=git \



More information about the Openembedded-commits mailing list