[oe-commits] Koen Kooi : system-tools-backends: update to 2.10. 1 and make it work with libtool 2.4

git version control git at git.openembedded.org
Sun Oct 17 07:51:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8d914cdf124e940b7a06ad3343077b68e01e6019
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d914cdf124e940b7a06ad3343077b68e01e6019

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Oct 16 19:53:34 2010 +0200

system-tools-backends: update to 2.10.1 and make it work with libtool 2.4

---

 .../add-angstrom-distro.patch                      |    0
 .../system-tools-backends                          |    0
 ...s_2.10.0.bb => system-tools-backends_2.10.1.bb} |   14 ++++++++------
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/recipes/gnome/system-tools-backends-2.10.0/add-angstrom-distro.patch b/recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch
similarity index 100%
rename from recipes/gnome/system-tools-backends-2.10.0/add-angstrom-distro.patch
rename to recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch
diff --git a/recipes/gnome/system-tools-backends-2.10.0/system-tools-backends b/recipes/gnome/system-tools-backends-2.10.1/system-tools-backends
similarity index 100%
rename from recipes/gnome/system-tools-backends-2.10.0/system-tools-backends
rename to recipes/gnome/system-tools-backends-2.10.1/system-tools-backends
diff --git a/recipes/gnome/system-tools-backends_2.10.0.bb b/recipes/gnome/system-tools-backends_2.10.1.bb
similarity index 78%
rename from recipes/gnome/system-tools-backends_2.10.0.bb
rename to recipes/gnome/system-tools-backends_2.10.1.bb
index 4619d35..bc88cbe 100644
--- a/recipes/gnome/system-tools-backends_2.10.0.bb
+++ b/recipes/gnome/system-tools-backends_2.10.1.bb
@@ -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 () {





More information about the Openembedded-commits mailing list