[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-172-g345fafc
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-06-11 13:22:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 345fafc242dc64c28098aa9a967473fb25a1aa61 (commit)
from 901aaf792c8e42e8d9cd2cc0b61d32c5a896a9e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 345fafc242dc64c28098aa9a967473fb25a1aa61
Author: jorasse <jo...@ar...>
Date: Sat Jun 11 15:26:06 2011 +0200
[BUILDROOT] Enable java stuffs (jamvm is looking for a maintener)
-----------------------------------------------------------------------
Summary of changes:
.../151-java-enable-related-broken-packages.patch | 24 ++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2010.11/151-java-enable-related-broken-packages.patch
diff --git a/patches/buildroot/2010.11/151-java-enable-related-broken-packages.patch b/patches/buildroot/2010.11/151-java-enable-related-broken-packages.patch
new file mode 100644
index 0000000..f3d6e2e
--- /dev/null
+++ b/patches/buildroot/2010.11/151-java-enable-related-broken-packages.patch
@@ -0,0 +1,24 @@
+Enable Java stuffs (not anymore supported in BUILDROOT since 2010.10)
+
+Signed-off-by :Â Eric Jarrige <eri...@ar...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2011-06-11 13:10:21.000000000 +0200
++++ buildroot/package/Config.in 2011-06-11 13:13:48.000000000 +0200
+@@ -316,12 +316,12 @@ source "package/libusb/Config.in"
+ source "package/libusb-compat/Config.in"
+ endmenu
+
+-if BROKEN
++#if BROKEN
+ menu "Java"
+ source "package/java/classpath/Config.in"
+ source "package/java/concierge/Config.in"
+ endmenu
+-endif
++#endif
+
+ menu "Networking"
+ source "package/libcgi/Config.in"
hooks/post-receive
--
armadeus
|