mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
gtk+: Add Upstream-Status ed: Add Upstream-Status gnome-common: Add Upstream-Status libmatchbox: Add Upstream-Status matchbox-wm: Add Upstream-Status x11vnc: Add Upstream-Status xtscal: Add Upstream-Status eds-dbus: Add Upstream-Status matchbox-desktop: Add Upstream-Status matchbox-keyboard: Add Upstream-Status matchbox-stroke: Add Upstream-Status matchbox-theme-sato: Add Upstream-Status owl-video-widget: Add Upstream-Status beecrypt: Add Upstream-Status gnome-icon-theme: Add Upstream-Status tslib: Add Upstream-Status libowl-av: Add Upstream-Status sato-icon-theme: Add Upstream-Status web-webkit: Add Upstream-Status metacity: Add Upstream-Status apr: Add Upstream-Status gdk-pixbuf: Add Upstream-Status pcmanfm: Add Upstream-Status gpgme: Add Upstream-Status eee-acpi-scripts: Add Upstream-Status libgalago: Add Upstream-Status python-pygtk: Add Upstream-Status gnome-mime-data: Add Upstream-Status clutter: Add Upstream-Status clutter-gtk: Add Upstream-Status tidy: Add Upstream-Status mutter: Add Upstream-Status xcursor-transparent-theme: Add Upstream-Status leafpad: Add Upstream-Status matchbox-config-gtk: Add Upstream-Status contacts: Add Upstream-Status dates: Add Upstream-Status web: Add Upstream-Status webkit: Add Upstream-Status - Also removed empty fix_im.patch apr-util: Add Upstream-Status libcroco: Add Upstream-Status liboil: Add Upstream-Status libxslt: Add Upstream-Status libglade: Add Upstream-Status gnome-terminal: Add Upstream-Status xev: Add Upstream-Status claws-mail: Add Upstream-Status clipboard-manager: Add Upstream-Status epdfview: Add Upstream-Status kf: Add Upstream-Status qemu: Add Upstream-Status clutter-gst: Add Upstream-Status table: Add Upstream-Status matchbox-panel-2: Add Upstream-Status (From OE-Core rev: 10bdb737c2c4c6996fd035849109a1e07580a6b9) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
We are unable to run code at configure time in a cross environemnt, but as we
|
|
control the build we can be fairly certain this dependency is met.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
JL 05/07/10
|
|
Index: beecrypt-4.2.1/configure.ac
|
|
===================================================================
|
|
--- beecrypt-4.2.1.orig/configure.ac 2010-11-26 17:12:25.000000000 +0800
|
|
+++ beecrypt-4.2.1/configure.ac 2010-11-26 17:12:30.000000000 +0800
|
|
@@ -292,32 +292,6 @@
|
|
# Predefines and checks for C++ API support
|
|
AH_TEMPLATE([CPPGLUE],[Define to 1 if you want to include the C++ code])
|
|
|
|
-if test "$ac_with_cplusplus" = yes; then
|
|
- AC_MSG_CHECKING([for IBM's ICU library version >= 2.8])
|
|
- AC_LANG_PUSH(C)
|
|
- AC_RUN_IFELSE([
|
|
- AC_LANG_PROGRAM([[#include <unicode/uversion.h>]],[[
|
|
- #if U_ICU_VERSION_MAJOR_NUM < 2
|
|
- exit(1);
|
|
- #elif U_ICU_VERSION_MAJOR_NUM == 2
|
|
- # if U_ICU_VERSION_MINOR_NUM < 8
|
|
- exit(1);
|
|
- # else
|
|
- exit(0);
|
|
- # endif
|
|
- #else
|
|
- exit(0);
|
|
- #endif
|
|
- ]])],[
|
|
- AC_MSG_RESULT([yes])
|
|
- ],[
|
|
- AC_MSG_RESULT([no])
|
|
- AC_MSG_WARN([disabling cplusplus])
|
|
- ac_with_cplusplus=no
|
|
- ])
|
|
- AC_LANG_POP(C)
|
|
-fi
|
|
-
|
|
AM_CONDITIONAL([WITH_CPLUSPLUS],[test "$ac_with_cplusplus" = yes])
|
|
|
|
if test "$ac_with_cplusplus" = yes ; then
|