From patchwork Thu Oct 22 06:41:16 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe] clish: Bump to 0.7.3 Date: Wed, 21 Oct 2009 20:41:16 -0000 From: petri.lehtinen+openembedded-devel@inoi.fi X-Patchwork-Id: 1145 Message-Id: <1256193676-5082-1-git-send-email-petri.lehtinen+openembedded-devel@inoi.fi> To: openembedded-devel@lists.openembedded.org Cc: Petri Lehtinen From: Petri Lehtinen Signed-off-by: Petri Lehtinen --- conf/checksums.ini | 4 ++++ recipes/clish/{clish_0.7.1.bb => clish_0.7.3.bb} | 3 ++- recipes/clish/files/configure.patch | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletions(-) rename recipes/clish/{clish_0.7.1.bb => clish_0.7.3.bb} (78%) create mode 100644 recipes/clish/files/configure.patch diff --git a/conf/checksums.ini b/conf/checksums.ini index 395dcd9..58e3e72 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -3638,6 +3638,10 @@ sha256=5c7f2bf864b34d4bb17d7d046eca4f07f8174ce4ca3a73339b956fedd95c9752 md5=27d9b5c12f7d3a1877aeb34f2048e7fa sha256=5c7f2bf864b34d4bb17d7d046eca4f07f8174ce4ca3a73339b956fedd95c9752 +[http://downloads.sourceforge.net/clish/clish-0.7.3.tar.gz] +md5=81e20f7a888bcd8e2280e37804d342e4 +sha256=c8c2416848950ac452cd4010311554d7f232f81abd543fe9ba2d7146dbb6c96f + [http://my-zaurus.narod.ru/downloads/clockapplet.tar.gz] md5=7265673901eacb0b72a11cd6732cc698 sha256=80fd209d065887729fdeb81f5a91638626e7ed31dabab40c446bd12042df9057 diff --git a/recipes/clish/clish_0.7.1.bb b/recipes/clish/clish_0.7.3.bb similarity index 78% rename from recipes/clish/clish_0.7.1.bb rename to recipes/clish/clish_0.7.3.bb index 8b7a797..97f6c53 100644 --- a/recipes/clish/clish_0.7.1.bb +++ b/recipes/clish/clish_0.7.3.bb @@ -5,7 +5,8 @@ LICENSE = "GPL" SECTION = "console/utils" PR ="r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-0.7.1.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-${PV}.tar.gz \ + file://configure.patch;patch=1" PARALLEL_MAKE="" diff --git a/recipes/clish/files/configure.patch b/recipes/clish/files/configure.patch new file mode 100644 index 0000000..2b1c462 --- /dev/null +++ b/recipes/clish/files/configure.patch @@ -0,0 +1,19 @@ +--- a/configure.ac 2009-10-22 08:41:30.000000000 +0300 ++++ b/configure.ac 2009-10-22 08:40:26.000000000 +0300 +@@ -13,7 +13,6 @@ + + AC_CONFIG_HEADERS([config.h]) + AM_INIT_AUTOMAKE(subdir-objects) +-AM_PROG_CC_C_O + + # Checks for programs. + AC_PROG_CC +@@ -20,6 +21,8 @@ + AC_LIBTOOL_WIN32_DLL + AC_PROG_LIBTOOL + ++AM_PROG_CC_C_O ++ + # needed to handle 64-bit architecture + AC_CHECK_SIZEOF(int) + AC_CHECK_SIZEOF(long)