diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /openjade | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'openjade')
-rw-r--r-- | openjade/openjade-1.3.2/configure.patch | 70 | ||||
-rw-r--r-- | openjade/openjade-native_1.3.2.bb | 0 | ||||
-rw-r--r-- | openjade/openjade_1.3.2.bb | 0 |
3 files changed, 0 insertions, 70 deletions
diff --git a/openjade/openjade-1.3.2/configure.patch b/openjade/openjade-1.3.2/configure.patch deleted file mode 100644 index c6cd78745a..0000000000 --- a/openjade/openjade-1.3.2/configure.patch +++ /dev/null @@ -1,70 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- /dev/null 2003-09-23 18:19:32.000000000 -0400 -+++ openjade-1.3.2/config/acinclude.m4 2004-01-20 14:39:20.000000000 -0500 -@@ -0,0 +1,62 @@ -+dnl -+dnl Examine size_t and define SIZE_T_IS_UINT, if size_t is an unsigned int -+dnl -+AC_DEFUN(OJ_SIZE_T_IS_UINT,[ -+ AC_REQUIRE([AC_TYPE_SIZE_T]) -+ AC_MSG_CHECKING(whether size_t is unsigned int) -+ ac_cv_size_t_is_uint=no -+ AC_LANG_SAVE -+ AC_LANG_CPLUSPLUS -+ AC_TRY_COMPILE([#include <unistd.h> -+ -+ template<class T> class foo { }; -+ -+ ], [ -+ foo<size_t> x; -+ foo<unsigned int> y; -+ x = y; -+ ],ac_cv_size_t_is_uint=yes) -+ AC_LANG_RESTORE -+ AC_MSG_RESULT($ac_cv_size_t_is_uint) -+ test "$ac_cv_size_t_is_uint" = "yes" && AC_DEFINE(SIZE_T_IS_UINT) -+]) -+ -+dnl Configure-time switch with default -+dnl -+dnl Each switch defines an --enable-FOO and --disable-FOO option in -+dnl the resulting configure script. -+dnl -+dnl Usage: -+dnl smr_SWITCH(name, description, default, pos-def, neg-def) -+dnl -+dnl where: -+dnl -+dnl name name of switch; generates --enable-name & --disable-name -+dnl options -+dnl description help string is set to this prefixed by "enable" or -+dnl "disable", whichever is the non-default value -+dnl default either "on" or "off"; specifies default if neither -+dnl --enable-name nor --disable-name is specified -+dnl pos-def a symbol to AC_DEFINE if switch is on (optional) -+dnl neg-def a symbol to AC_DEFINE if switch is off (optional) -+dnl -+AC_DEFUN(smr_SWITCH, [ -+ AC_MSG_CHECKING(whether to enable $2) -+ AC_ARG_ENABLE( -+ $1, -+ ifelse($3, on, -+ [ --disable-[$1] disable [$2]], -+ [ --enable-[$1] enable [$2]]), -+ [ if test "$enableval" = yes; then -+ AC_MSG_RESULT(yes) -+ ifelse($4, , , AC_DEFINE($4)) -+ else -+ AC_MSG_RESULT(no) -+ ifelse($5, , , AC_DEFINE($5)) -+ fi ], -+ ifelse($3, on, -+ [ AC_MSG_RESULT(yes) -+ ifelse($4, , , AC_DEFINE($4)) ], -+ [ AC_MSG_RESULT(no) -+ ifelse($5, , , AC_DEFINE($5))]))]) -+ diff --git a/openjade/openjade-native_1.3.2.bb b/openjade/openjade-native_1.3.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/openjade/openjade-native_1.3.2.bb +++ /dev/null diff --git a/openjade/openjade_1.3.2.bb b/openjade/openjade_1.3.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/openjade/openjade_1.3.2.bb +++ /dev/null |