aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xfce
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-06-13 19:50:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-10-17 14:08:01 -0300
commit89955003513b97a0cdbd00ccdc1f26502ae1b54c (patch)
tree2759641b016a40b11fd045d5195d56a237750342 /packages/xfce
parentec13acb5e718128bded039f6c70ac5d8950630ab (diff)
downloadopenembedded-89955003513b97a0cdbd00ccdc1f26502ae1b54c.tar.gz
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.inc12
-rw-r--r--packages/xfce/xfce-mcs-plugins_4.4.1.bb9
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"