libxfce4util: use a single recipe since we don't have multiple versions packaged
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 13 Jun 2008 22:50:49 +0000 (19:50 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Oct 2008 17:08:02 +0000 (14:08 -0300)
packages/xfce/libxfce4util.inc [deleted file]
packages/xfce/libxfce4util_4.4.1.bb

diff --git a/packages/xfce/libxfce4util.inc b/packages/xfce/libxfce4util.inc
deleted file mode 100644 (file)
index ee7b886..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# libxfce4util OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
-# Released under the MIT license (see COPYING.MIT)
-
-DESCRIPTION = "Basic utility library for Xfce4"
-SECTION = "x11/libs"
-LICENSE = "GPL"
-DEPENDS = "glib-2.0 xfce4-dev-tools"
-
-inherit xfce 
-
-MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4"
-
-do_stage() {
-       install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/libxfce4util
-       # The line below expands to the list of headers that native makefile
-       # would install.  Complain and/or fix if it's not portable enough
-       for file in  $(eval $(make -n -C libxfce4util install|grep "^list='[^.]\\+.h"|cut -d\; -f1); echo $list); do 
-               install -m 644 libxfce4util/$file ${STAGING_INCDIR}/libxfce4util
-       done
-
-       oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR}
-
-}
-
-FILES_${PN}-dev += " ${datadir}/xfce4/m4"
index a53a83e..3c33b2f 100644 (file)
@@ -2,4 +2,25 @@
 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see COPYING.MIT)
 
-require ${PN}.inc
+DESCRIPTION = "Basic utility library for Xfce4"
+SECTION = "x11/libs"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0 xfce4-dev-tools"
+
+inherit xfce
+
+MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4"
+
+do_stage() {
+       install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/libxfce4util
+       # The line below expands to the list of headers that native makefile
+       # would install.  Complain and/or fix if it's not portable enough
+       for file in  $(eval $(make -n -C libxfce4util install|grep "^list='[^.]\\+.h"|cut -d\; -f1); echo $list); do 
+               install -m 644 libxfce4util/$file ${STAGING_INCDIR}/libxfce4util
+       done
+
+       oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR}
+
+}
+
+FILES_${PN}-dev += " ${datadir}/xfce4/m4"