From: Otavio Salvador Date: Fri, 13 Jun 2008 22:50:49 +0000 (-0300) Subject: libxfcegui4: use a single recipe since we don't have multiple versions packaged X-Git-Tag: Release-2010-05/1~5716^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd50a0d84db286cfae154f206f07d47a48f319e;p=openembedded.git libxfcegui4: use a single recipe since we don't have multiple versions packaged --- diff --git a/packages/xfce/libxfcegui4.inc b/packages/xfce/libxfcegui4.inc deleted file mode 100644 index 1b7703abf9..0000000000 --- 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 a36897f822..d38269d6f8 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"