All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] Pull request #17
@ 2011-06-08  6:02 Martin Jansa
  2011-06-08  6:02 ` [meta-oe][PATCH 1/2] vala[-native]: 0.12.0 -> 0.12.1 Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2011-06-08  6:02 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 92492f8596ae74044f0cbf1813c22ba6f18f742c:

  systemd-compat-units: disable old style 'networking' script for the time being (2011-06-06 13:08:15 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe

Martin Jansa (1):
  check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d

Michael 'Mickey' Lauer (1):
  vala[-native]: 0.12.0 -> 0.12.1

 meta-oe/recipes-devtools/vala/vala_0.12.0.bb       |    7 -------
 meta-oe/recipes-devtools/vala/vala_0.12.1.bb       |    7 +++++++
 meta-oe/recipes-support/check/check_0.9.5.bb       |   20 ++++++++++++++++++++
 ...graphs-in-macro-names-to-unbreak-autoconf.patch |   18 ++++++++++++++++++
 .../check/files/configure_fix.patch                |   12 ++++++++++++
 5 files changed, 57 insertions(+), 7 deletions(-)
 delete mode 100644 meta-oe/recipes-devtools/vala/vala_0.12.0.bb
 create mode 100644 meta-oe/recipes-devtools/vala/vala_0.12.1.bb
 create mode 100644 meta-oe/recipes-support/check/check_0.9.5.bb
 create mode 100644 meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
 create mode 100644 meta-oe/recipes-support/check/files/configure_fix.patch

-- 
1.7.5.3




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [meta-oe][PATCH 1/2] vala[-native]: 0.12.0 -> 0.12.1
  2011-06-08  6:02 [meta-oe][PATCH 0/2] Pull request #17 Martin Jansa
@ 2011-06-08  6:02 ` Martin Jansa
  2011-06-08  6:02 ` [meta-oe][PATCH 2/2] check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d Martin Jansa
  2011-06-08  6:30 ` [meta-oe][PATCH 0/2] Pull request #17 Koen Kooi
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-06-08  6:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Michael 'Mickey' Lauer

From: Michael 'Mickey' Lauer <mickey@vanille-media.de>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/vala/vala_0.12.0.bb |    7 -------
 meta-oe/recipes-devtools/vala/vala_0.12.1.bb |    7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 meta-oe/recipes-devtools/vala/vala_0.12.0.bb
 create mode 100644 meta-oe/recipes-devtools/vala/vala_0.12.1.bb

diff --git a/meta-oe/recipes-devtools/vala/vala_0.12.0.bb b/meta-oe/recipes-devtools/vala/vala_0.12.0.bb
deleted file mode 100644
index 9ca89db..0000000
--- a/meta-oe/recipes-devtools/vala/vala_0.12.0.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require vala.inc
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/vala/0.12/vala-0.12.0.tar.bz2"
-
-FILES_${PN} += "${datadir}/vala-0.12/vapi"
-
-SRC_URI[md5sum] = "b11fafaa705085342156312e356b6ff2"
-SRC_URI[sha256sum] = "9a398e16fba2c78c9bcadb05e489c9bc318e34901d43451ac5d2ce4bc46b1225"
diff --git a/meta-oe/recipes-devtools/vala/vala_0.12.1.bb b/meta-oe/recipes-devtools/vala/vala_0.12.1.bb
new file mode 100644
index 0000000..1049ed6
--- /dev/null
+++ b/meta-oe/recipes-devtools/vala/vala_0.12.1.bb
@@ -0,0 +1,7 @@
+require vala.inc
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/vala/0.12/vala-${PV}.tar.bz2"
+
+FILES_${PN} += "${datadir}/vala-0.12/vapi"
+
+SRC_URI[md5sum] = "bf35262cc611de447147d01cbac33767"
+SRC_URI[sha256sum] = "d9a2be21bb8ab88eab838e7f3a4d0aaa2a1fddf35615dca32bef6a0051f58ea8"
-- 
1.7.5.3




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-oe][PATCH 2/2] check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
  2011-06-08  6:02 [meta-oe][PATCH 0/2] Pull request #17 Martin Jansa
  2011-06-08  6:02 ` [meta-oe][PATCH 1/2] vala[-native]: 0.12.0 -> 0.12.1 Martin Jansa
@ 2011-06-08  6:02 ` Martin Jansa
  2011-06-08  6:30 ` [meta-oe][PATCH 0/2] Pull request #17 Koen Kooi
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-06-08  6:02 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/check/check_0.9.5.bb       |   20 ++++++++++++++++++++
 ...graphs-in-macro-names-to-unbreak-autoconf.patch |   18 ++++++++++++++++++
 .../check/files/configure_fix.patch                |   12 ++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/check/check_0.9.5.bb
 create mode 100644 meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
 create mode 100644 meta-oe/recipes-support/check/files/configure_fix.patch

diff --git a/meta-oe/recipes-support/check/check_0.9.5.bb b/meta-oe/recipes-support/check/check_0.9.5.bb
new file mode 100644
index 0000000..132b563
--- /dev/null
+++ b/meta-oe/recipes-support/check/check_0.9.5.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "a unit test framework for C"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
+PRIORITY = "optional"
+SECTION = "devel"
+
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
+           file://configure_fix.patch \
+           file://check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch \
+          "
+S = "${WORKDIR}/check-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--enable-plain-docdir"
+
+SRC_URI[md5sum] = "30143c7974b547a12a7da47809a90951"
+SRC_URI[sha256sum] = "961b3c66869018d02226bbbc394e79362cd898962ce810bce8417b3c497f7ad6"
diff --git a/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch b/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
new file mode 100644
index 0000000..61bdf1d
--- /dev/null
+++ b/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
@@ -0,0 +1,18 @@
+Imported from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395466
+
+-Khem
+Index: check-0.9.5/check.m4
+===================================================================
+--- check-0.9.5.orig/check.m4
++++ check-0.9.5/check.m4
+@@ -4,8 +4,8 @@ dnl
+ 
+ AC_DEFUN([AM_PATH_CHECK],
+ [
+-  AC_MSG_WARN([[AM_PATH_CHECK() is deprecated]])
+-  AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]])
++  AC_MSG_WARN([A@&t@M_PATH_CHECK() is deprecated])
++  AC_MSG_WARN([[use P@&t@KG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]])
+   AC_ARG_WITH([check],
+   [  --with-check=PATH       prefix where check is installed [default=auto]])
+  
diff --git a/meta-oe/recipes-support/check/files/configure_fix.patch b/meta-oe/recipes-support/check/files/configure_fix.patch
new file mode 100644
index 0000000..3e79319
--- /dev/null
+++ b/meta-oe/recipes-support/check/files/configure_fix.patch
@@ -0,0 +1,12 @@
+Index: check-0.9.5/configure.ac
+===================================================================
+--- check-0.9.5.orig/configure.ac	2008-10-29 04:09:50.000000000 +0000
++++ check-0.9.5/configure.ac	2008-10-29 04:10:06.000000000 +0000
+@@ -71,6 +71,7 @@
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_LIBTOOL
++AM_PROG_CC_C_O
+ if test -n "$GCC"; then
+   CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
+ fi
-- 
1.7.5.3




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-oe][PATCH 0/2] Pull request #17
  2011-06-08  6:02 [meta-oe][PATCH 0/2] Pull request #17 Martin Jansa
  2011-06-08  6:02 ` [meta-oe][PATCH 1/2] vala[-native]: 0.12.0 -> 0.12.1 Martin Jansa
  2011-06-08  6:02 ` [meta-oe][PATCH 2/2] check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d Martin Jansa
@ 2011-06-08  6:30 ` Koen Kooi
  2 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-06-08  6:30 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-06-11 08:02, Martin Jansa wrote:
> The following changes since commit 92492f8596ae74044f0cbf1813c22ba6f18f742c:
> 
>   systemd-compat-units: disable old style 'networking' script for the time being (2011-06-06 13:08:15 +0200)
> 
> are available in the git repository at:
>   git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
>   http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
> 
> Martin Jansa (1):
>   check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
> 
> Michael 'Mickey' Lauer (1):
>   vala[-native]: 0.12.0 -> 0.12.1

Thanks, merged.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFN7xceMkyGM64RGpERAo9YAKCVNVnlQBjIzCQjvBnhEGImDmlTjQCdFNfV
kAnSBQmnUuN2P0or7NSZRbI=
=6ytZ
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-08  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-08  6:02 [meta-oe][PATCH 0/2] Pull request #17 Martin Jansa
2011-06-08  6:02 ` [meta-oe][PATCH 1/2] vala[-native]: 0.12.0 -> 0.12.1 Martin Jansa
2011-06-08  6:02 ` [meta-oe][PATCH 2/2] check: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d Martin Jansa
2011-06-08  6:30 ` [meta-oe][PATCH 0/2] Pull request #17 Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.