diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-06-13 19:50:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-17 14:08:01 -0300 |
commit | 89955003513b97a0cdbd00ccdc1f26502ae1b54c (patch) | |
tree | 2759641b016a40b11fd045d5195d56a237750342 /packages/xfce | |
parent | ec13acb5e718128bded039f6c70ac5d8950630ab (diff) |
xfce-mcs-plugins: use a single recipe since we don't have multiple versions packaged
Diffstat (limited to 'packages/xfce')
-rw-r--r-- | packages/xfce/xfce-mcs-plugins.inc | 12 | ||||
-rw-r--r-- | packages/xfce/xfce-mcs-plugins_4.4.1.bb | 9 |
2 files changed, 8 insertions, 13 deletions
diff --git a/packages/xfce/xfce-mcs-plugins.inc b/packages/xfce/xfce-mcs-plugins.inc deleted file mode 100644 index 80037841fa..0000000000 --- a/packages/xfce/xfce-mcs-plugins.inc +++ /dev/null @@ -1,12 +0,0 @@ -# xfce-mcs-plugins OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see COPYING.MIT) - -DESCRIPTION = "Common XFCE4 configuration plugins." -DEPENDS = "libxfcegui4 xfce-mcs-manager gtk+" -SECTION = "x11" - -inherit xfce - -PACKAGES += "${PN}-mcs-plugins" -FILES_${PN}-mcs-plugins = "${libdir}/xfce4/mcs-plugins/*.so" diff --git a/packages/xfce/xfce-mcs-plugins_4.4.1.bb b/packages/xfce/xfce-mcs-plugins_4.4.1.bb index bd41458757..80037841fa 100644 --- a/packages/xfce/xfce-mcs-plugins_4.4.1.bb +++ b/packages/xfce/xfce-mcs-plugins_4.4.1.bb @@ -2,4 +2,11 @@ # Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see COPYING.MIT) -require ${PN}.inc +DESCRIPTION = "Common XFCE4 configuration plugins." +DEPENDS = "libxfcegui4 xfce-mcs-manager gtk+" +SECTION = "x11" + +inherit xfce + +PACKAGES += "${PN}-mcs-plugins" +FILES_${PN}-mcs-plugins = "${libdir}/xfce4/mcs-plugins/*.so" |