aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/system-tools-backends_2.10.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-16 19:53:34 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-17 09:43:20 +0200
commit8d914cdf124e940b7a06ad3343077b68e01e6019 (patch)
tree8ebe463f076c226a0f99585356d97f07ce9ec074 /recipes/gnome/system-tools-backends_2.10.0.bb
parent970de247991c15628df3376d8bb1611fc81436f4 (diff)
downloadopenembedded-8d914cdf124e940b7a06ad3343077b68e01e6019.tar.gz
system-tools-backends: update to 2.10.1 and make it work with libtool 2.4
Diffstat (limited to 'recipes/gnome/system-tools-backends_2.10.0.bb')
-rw-r--r--recipes/gnome/system-tools-backends_2.10.0.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/recipes/gnome/system-tools-backends_2.10.0.bb b/recipes/gnome/system-tools-backends_2.10.0.bb
deleted file mode 100644
index 4619d357b5..0000000000
--- a/recipes/gnome/system-tools-backends_2.10.0.bb
+++ /dev/null
@@ -1,46 +0,0 @@
-DESCRIPTION = "gnome system tools backends"
-LICENSE = "GPL"
-
-DEPENDS = "dbus dbus-glib glib-2.0 policykit"
-
-# Shadow added so there is a full adduser/deluser
-# (Gnome images tend to pull in shadow anyway)
-RDEPENDS_${PN} = "shadow"
-PR = "r1"
-
-inherit gnome pkgconfig update-rc.d
-
-SRC_URI += " \
- file://system-tools-backends \
- "
-
-SRC_URI_append_angstrom = " \
- file://add-angstrom-distro.patch \
- "
-
-SRC_URI[archive.md5sum] = "01fd8fcfbe5f68492186404c96af915a"
-SRC_URI[archive.sha256sum] = "5afea48c0c195dd3b6e0b87a586c08bf614942d4bcb60449fd9f65d95418b60d"
-
-EXTRA_OECONF = " --with-net-dbus=${libdir}/perl5 "
-
-do_configure() {
- sed -i -e 's:CC=$(CC):CC="$(CC)":g' ${S}/Net-DBus/Makefile.am
- sed -i -e 's:CC=$(CC):CC="$(CC)":g' ${S}/Net-DBus/Makefile.in
- gnu-configize
- oe_runconf
-}
-
-do_install_append () {
- install -d ${D}/${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/system-tools-backends ${D}/${sysconfdir}/init.d/
-}
-
-INITSCRIPT_NAME = "system-tools-backends"
-INITSCRIPT_PARAMS = "start 50 2 3 4 5 . stop 70 1 ."
-
-FILES_${PN} += " ${sysconfdir}/dbus-1/system.d"
-FILES_${PN} += " ${libdir}/pkgconfig"
-FILES_${PN} += " ${datadir}/dbus-1/system-services"
-FILES_${PN} += " ${datadir}/system-tools-backends-2.0/files"
-FILES_${PN} += " ${datadir}/system-tools-backends-2.0/scripts"
-FILES_${PN} += " ${datadir}/polkit*"