[oe-commits] Khem Raj : soundserver_1.0.bb: Remove libtool patch

GIT User account git at amethyst.openembedded.net
Thu Mar 19 14:45:53 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: e5686a44a3323e2f6abfac38eda654663684cfab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e5686a44a3323e2f6abfac38eda654663684cfab

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 17 00:19:57 2009 -0700

soundserver_1.0.bb: Remove libtool patch

	* The patch is not already part of the tar file.
	So we can safely delete this patch.

---

 packages/gpephone/soundserver/libtool.patch |   10 ----------
 packages/gpephone/soundserver_1.0.bb        |    4 +---
 2 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/packages/gpephone/soundserver/libtool.patch b/packages/gpephone/soundserver/libtool.patch
deleted file mode 100644
index 6ae60d9..0000000
--- a/packages/gpephone/soundserver/libtool.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- soundserver-1.0/configure.ac.orig	2007-02-21 18:51:48.000000000 +0100
-+++ soundserver-1.0/configure.ac	2007-02-21 18:52:03.000000000 +0100
-@@ -9,7 +9,6 @@
- 
- # Checks for programs.
- AC_PROG_CC
--AC_PROG_LIBTOOL
- 
- # Localization
- AH_TEMPLATE([GETTEXT_PACKAGE], [Package name for gettext])
diff --git a/packages/gpephone/soundserver_1.0.bb b/packages/gpephone/soundserver_1.0.bb
index 17e3c6b..5309ea2 100644
--- a/packages/gpephone/soundserver_1.0.bb
+++ b/packages/gpephone/soundserver_1.0.bb
@@ -2,15 +2,13 @@ LICENSE     = "LiPS"
 DESCRIPTION = "Cellphone alarm daemon"
 SECTION = "gpe"
 PRIORITY    = "optional"
-PR          = "r1"
+PR          = "r2"
 
 DEPENDS = "glib-2.0 libiac gstreamer"
 
 GPE_TARBALL_SUFFIX = "bz2"
 inherit gpephone autotools
 
-SRC_URI += " file://libtool.patch;patch=1"
-
 EXTRA_OECONF="--disable-osc8k"
 
 LDFLAGS += " -L${STAGING_LIBDIR}"





More information about the Openembedded-commits mailing list