aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-03-17 00:19:57 -0700
committerKhem Raj <raj.khem@gmail.com>2009-03-17 00:19:57 -0700
commite5686a44a3323e2f6abfac38eda654663684cfab (patch)
tree4b2aaac11b15248784b034d70b782392dd0c1e9b /packages
parent94d8b289d930fe384b53e5cbc4384e94864bccbd (diff)
downloadopenembedded-e5686a44a3323e2f6abfac38eda654663684cfab.tar.gz
soundserver_1.0.bb: Remove libtool patch
* The patch is not already part of the tar file. So we can safely delete this patch.
Diffstat (limited to 'packages')
-rw-r--r--packages/gpephone/soundserver/libtool.patch10
-rw-r--r--packages/gpephone/soundserver_1.0.bb4
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 6ae60d9288..0000000000
--- 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 17e3c6b6b1..5309ea2e82 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}"