diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-22 19:57:46 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-22 22:59:10 +0100 |
commit | 3bec01ab5fc85b801d65669feded96a1b7eee814 (patch) | |
tree | 2be22ccf07ba0e9650efb05ea5fd1c6e300f1e37 /recipes/geany | |
parent | 84e53eb206b58d9862a0c221370038d59b26f391 (diff) |
geany: add 0.18
Diffstat (limited to 'recipes/geany')
-rw-r--r-- | recipes/geany/geany/no-bogus-cxx-check.diff | 15 | ||||
-rw-r--r-- | recipes/geany/geany_0.18.bb | 13 |
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes/geany/geany/no-bogus-cxx-check.diff b/recipes/geany/geany/no-bogus-cxx-check.diff new file mode 100644 index 0000000000..74e4c8cac6 --- /dev/null +++ b/recipes/geany/geany/no-bogus-cxx-check.diff @@ -0,0 +1,15 @@ +--- /tmp/configure.in 2009-12-22 21:43:13.000000000 +0100 ++++ geany-0.18/configure.in 2009-12-22 21:43:22.000000000 +0100 +@@ -13,12 +13,6 @@ + AC_PROG_CC + + AC_PROG_CXX +-# check for C++ compiler explicitly and fail if none is found, do this check +-# after AC_PROG_CXX has set the CXX environment variable +-which $CXX >/dev/null 2>&1 +-if test "x$?" != "x0"; then +- AC_MSG_ERROR([No C++ compiler not found. Please install a C++ compiler.]) +-fi + + #AC_PROG_RANLIB + AC_PROG_INSTALL diff --git a/recipes/geany/geany_0.18.bb b/recipes/geany/geany_0.18.bb new file mode 100644 index 0000000000..d2d0fed363 --- /dev/null +++ b/recipes/geany/geany_0.18.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Text editor with some IDE functionality" +HOMEPAGE = "http://geany.sf.net" +SECTION = "editors" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+ vte" + +inherit gnome + +SRC_URI = "http://download.geany.org/geany-${PV}.tar.bz2 \ + file://no-bogus-cxx-check.diff;patch=1 \ +" + |