[oe-commits] Otavio Salvador : libxfcegui4: use a single recipe since we don' t have multiple versions packaged

GIT User account git at amethyst.openembedded.net
Fri Oct 17 17:11:39 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ebd50a0d84db286cfae154f206f07d47a48f319e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ebd50a0d84db286cfae154f206f07d47a48f319e

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Jun 13 19:50:49 2008 -0300

libxfcegui4: use a single recipe since we don't have multiple versions packaged

---

 packages/xfce/libxfcegui4.inc      |   16 ----------------
 packages/xfce/libxfcegui4_4.4.1.bb |   12 +++++++++++-
 2 files changed, 11 insertions(+), 17 deletions(-)

diff --git a/packages/xfce/libxfcegui4.inc b/packages/xfce/libxfcegui4.inc
deleted file mode 100644
index 1b7703a..0000000
--- a/packages/xfce/libxfcegui4.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-# libxfcegui4 OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
-# Released under the MIT license (see COPYING.MIT)
-
-DESCRIPTION = "XFCE Widget library and X Window System interaction"
-DEPENDS = "libxfce4util dbh libxml2 gtk+"
-SECTION = "x11/libs"
-
-inherit xfce 
-
-
-do_stage() {
-autotools_stage_all
-}
-
-FILES_${PN} += "${libdir}/xfce4/modules ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
diff --git a/packages/xfce/libxfcegui4_4.4.1.bb b/packages/xfce/libxfcegui4_4.4.1.bb
index a36897f..d38269d 100644
--- a/packages/xfce/libxfcegui4_4.4.1.bb
+++ b/packages/xfce/libxfcegui4_4.4.1.bb
@@ -2,4 +2,14 @@
 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see COPYING.MIT)
 
-require ${PN}.inc
+DESCRIPTION = "XFCE Widget library and X Window System interaction"
+DEPENDS = "libxfce4util dbh libxml2 gtk+"
+SECTION = "x11/libs"
+
+inherit xfce
+
+do_stage() {
+autotools_stage_all
+}
+
+FILES_${PN} += "${libdir}/xfce4/modules ${datadir}/xfce4/mime ${datadir}/icons/hicolor"





More information about the Openembedded-commits mailing list