system-tools-backends: update to 2.10.1 and make it work with libtool 2.4
authorKoen Kooi <koen@openembedded.org>
Sat, 16 Oct 2010 17:53:34 +0000 (19:53 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 17 Oct 2010 07:43:20 +0000 (09:43 +0200)
recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch [moved from recipes/gnome/system-tools-backends-2.10.0/add-angstrom-distro.patch with 100% similarity]
recipes/gnome/system-tools-backends-2.10.1/system-tools-backends [moved from recipes/gnome/system-tools-backends-2.10.0/system-tools-backends with 100% similarity]
recipes/gnome/system-tools-backends_2.10.1.bb [moved from recipes/gnome/system-tools-backends_2.10.0.bb with 78% similarity]

@@ -6,9 +6,11 @@ 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
+inherit gnome pkgconfig update-rc.d gettext
+
+SRC_URI[archive.md5sum] = "bde46137761df8849d6ee176449f84f5"
+SRC_URI[archive.sha256sum] = "0c1cfdf5f0550c0ccacbbc4f00ed059ab9ea483d48138132db44b3a20575d7b4"
 
 SRC_URI += " \
             file://system-tools-backends \
@@ -18,16 +20,16 @@ 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
+       libtoolize --force --install
+       aclocal
+    gnu-configize
        oe_runconf
+       cp ${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool ${S}
 }
 
 do_install_append () {