aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-base/xfce-mcs-manager_4.4.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-23 13:46:45 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-23 15:27:47 +0200
commita63e30ddd74bbdf85c6b238a29a5640d485ebf56 (patch)
tree5d2112db8a8255d47682c9146953feb8d0b2f148 /recipes/xfce-base/xfce-mcs-manager_4.4.2.bb
parent653467ce150b0b53ce510fafa66d1e224c13d82f (diff)
downloadopenembedded-a63e30ddd74bbdf85c6b238a29a5640d485ebf56.tar.gz
xfce-base apps: convert to new style staging
Diffstat (limited to 'recipes/xfce-base/xfce-mcs-manager_4.4.2.bb')
-rw-r--r--recipes/xfce-base/xfce-mcs-manager_4.4.2.bb13
1 files changed, 3 insertions, 10 deletions
diff --git a/recipes/xfce-base/xfce-mcs-manager_4.4.2.bb b/recipes/xfce-base/xfce-mcs-manager_4.4.2.bb
index ec9aa02ca3..1ec9fe6562 100644
--- a/recipes/xfce-base/xfce-mcs-manager_4.4.2.bb
+++ b/recipes/xfce-base/xfce-mcs-manager_4.4.2.bb
@@ -5,23 +5,16 @@
DESCRIPTION="XFCE4 Settings manager."
DEPENDS="libxfcegui4 libxfce4mcs intltool-native"
SECTION = "x11"
-PR = "r1"
+PR = "r3"
inherit xfce
-do_stage() {
- install -d ${STAGING_INCDIR}/xfce4
- install -d ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
- install -m 644 xfce-mcs-manager/manager-plugin.h ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
-}
-
# xfce-mcs-manager.pc uses ${libdir} to indicate where the mcs plugins live
# the standard pkgconfig mangling was confusing us. Mangling is not required
# for this particular .pc, so the following will suffice:
-do_stage_append () {
- install -d ${PKG_CONFIG_DIR}
- sed -e 's:^includedir=.*:includedir="/usr/include":;' ${S}/xfce-mcs-manager/xfce-mcs-manager.pc >${PKG_CONFIG_DIR}/xfce-mcs-manager.pc
+do_install_append () {
+ sed -i -e 's:^includedir=.*:includedir="/usr/include":;' ${S}/xfce-mcs-manager/xfce-mcs-manager.pc
}
SRC_URI[md5sum] = "876a4b5d582de8fdc01457df2e7e1339"