Compare commits
9 Commits
2009.11_rc
...
2009.11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1545cb4fa | ||
|
|
798927cce9 | ||
|
|
9d998ad1d7 | ||
|
|
c14fb7c1dd | ||
|
|
78f2cb70e2 | ||
|
|
6b1dd45bf4 | ||
|
|
6f85972913 | ||
|
|
cf10280744 | ||
|
|
b48fb8c4aa |
11
CHANGES
11
CHANGES
@@ -1,3 +1,14 @@
|
||||
2009.11, Released December 1st, 2009:
|
||||
|
||||
Additional fixes and cleanups.
|
||||
|
||||
Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
|
||||
microperl, ncurses, vim
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#707: Cant configure fltk-1.1.7. configure: error: Configure could ...
|
||||
|
||||
2009.11-rc2, Released November 29th, 2009:
|
||||
|
||||
Additional fixes and cleanups.
|
||||
|
||||
@@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG
|
||||
|
||||
config BR2_VERSION
|
||||
string
|
||||
default "2009.11-rc2"
|
||||
default "2009.11"
|
||||
|
||||
source "target/Config.in.arch"
|
||||
source "target/device/Config.in"
|
||||
|
||||
3
Makefile
3
Makefile
@@ -22,7 +22,8 @@
|
||||
# Just run 'make menuconfig', configure stuff, then run 'make'.
|
||||
# You shouldn't need to mess with anything beyond this point...
|
||||
#--------------------------------------------------------------
|
||||
TOPDIR:=.
|
||||
# absolute path
|
||||
TOPDIR:=$(shell pwd)
|
||||
CONFIG_CONFIG_IN=Config.in
|
||||
CONFIG_DEFCONFIG=.defconfig
|
||||
CONFIG=package/config
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
|
||||
<p>
|
||||
|
||||
The latest stable release is <b>2009.08</b>, which can be downloaded
|
||||
The latest stable release is <b>2009.11</b>, which can be downloaded
|
||||
here:<p>
|
||||
|
||||
<a href="/downloads/buildroot-2009.08.tar.gz">buildroot-2009.08.tar.gz</a>
|
||||
<a href="/downloads/buildroot-2009.11.tar.gz">buildroot-2009.11.tar.gz</a>
|
||||
or
|
||||
<a href="/downloads/buildroot-2009.08.tar.bz2">buildroot-2009.08.tar.bz2</a>.
|
||||
<a href="/downloads/buildroot-2009.11.tar.bz2">buildroot-2009.11.tar.bz2</a>.
|
||||
<p>
|
||||
|
||||
<!--
|
||||
The latest release candidate is <b>2009.11-rc2</b>, which can be
|
||||
downloaded here:<p>
|
||||
|
||||
@@ -21,7 +21,7 @@ downloaded here:<p>
|
||||
or
|
||||
<a href="/downloads/buildroot-2009.11-rc2.tar.bz2">buildroot-2009.11-rc2.tar.bz2</a>.
|
||||
<p>
|
||||
|
||||
-->
|
||||
This and earlier releases can always be downloaded from
|
||||
<a href="/downloads/">http://buildroot.net/downloads/</a>.
|
||||
|
||||
|
||||
@@ -5,6 +5,15 @@
|
||||
<p>
|
||||
|
||||
<ul>
|
||||
<li><b>1 December 2009 -- 2009.11 released</b>
|
||||
|
||||
<p>The stable 2009.11 release is out - Thanks to everyone
|
||||
contributing and testing the release candidates. See the
|
||||
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
|
||||
for more details, and go to the <a href="/downloads/">downloads page</a>
|
||||
to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
|
||||
release</a>.</p>
|
||||
|
||||
<li><b>29 November 2009 -- 2009.11-rc2 released</b>
|
||||
|
||||
<p>RC2 is out with more cleanups and bugfixes, see the <a
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_ALSAMIXERGUI
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_FLTK
|
||||
bool "alsamixergui"
|
||||
help
|
||||
|
||||
@@ -10,9 +10,11 @@ ALSAMIXERGUI_AUTORECONF = YES
|
||||
ALSAMIXERGUI_INSTALL_STAGING = NO
|
||||
ALSAMIXERGUI_INSTALL_TARGET = YES
|
||||
|
||||
ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lstdc++ -lX11"
|
||||
ALSAMIXERGUI_CONF_ENV = ac_cv_lib_fltk_numericsort=yes \
|
||||
ac_cv_lib_fltk_fl_numericsort=yes \
|
||||
ac_cv_lib_asound_snd_ctl_open=yes
|
||||
|
||||
ALSAMIXERGUI_DEPENDENCIES = fltk
|
||||
ALSAMIXERGUI_DEPENDENCIES = fltk alsa-lib
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,alsamixergui))
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff
|
||||
AUTOCONF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
endif
|
||||
|
||||
AUTOCONF_CONF_ENV = EMACS="no"
|
||||
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
|
||||
ac_cv_prog_gnu_m4_gnu=no
|
||||
|
||||
AUTOCONF_DEPENDENCIES = microperl
|
||||
|
||||
@@ -39,6 +40,8 @@ $(STAMP_DIR)/host_autoconf_configured: $(STAMP_DIR)/host_autoconf_unpacked $(STA
|
||||
$(HOST_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(HOST_CFLAGS)" \
|
||||
LDFLAGS="$(HOST_LDFLAGS)" \
|
||||
ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
|
||||
ac_cv_prog_gnu_m4_gnu=no \
|
||||
./configure $(QUIET) \
|
||||
--prefix="$(HOST_DIR)/usr" \
|
||||
--sysconfdir="$(HOST_DIR)/etc" \
|
||||
|
||||
@@ -23,3 +23,22 @@ Index: coreutils-7.4/m4/rename.m4
|
||||
AC_DEFINE([RENAME_DEST_EXISTS_BUG], [1],
|
||||
[Define if rename does not work when the destination file exists,
|
||||
as on Windows.])
|
||||
Index: coreutils-7.4/configure
|
||||
===================================================================
|
||||
--- coreutils-7.4.orig/configure
|
||||
+++ coreutils-7.4/configure
|
||||
@@ -28698,12 +28698,12 @@ $as_echo "$gl_cv_func_rename_dest_exists
|
||||
|
||||
$as_echo "#define rename rpl_rename" >>confdefs.h
|
||||
|
||||
- if test $gl_cv_func_rename_trailing_slash_bug; then
|
||||
+ if test $gl_cv_func_rename_trailing_slash_bug = yes; then
|
||||
|
||||
$as_echo "#define RENAME_TRAILING_SLASH_BUG 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
- if test $gl_cv_func_rename_dest_exists_bug; then
|
||||
+ if test $gl_cv_func_rename_dest_exists_bug = yes; then
|
||||
|
||||
$as_echo "#define RENAME_DEST_EXISTS_BUG 1" >>confdefs.h
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@ $(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
|
||||
$(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ coreutils\*.patch
|
||||
$(CONFIG_UPDATE) $(COREUTILS_DIR)/build-aux
|
||||
# ensure rename.m4 file is older than configure / aclocal.m4 so
|
||||
# auto* isn't rerun
|
||||
touch -d '1979-01-01' $(@D)/m4/rename.m4
|
||||
touch $@
|
||||
|
||||
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
|
||||
|
||||
@@ -2,6 +2,7 @@ config BR2_PACKAGE_FLTK
|
||||
bool "fltk"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
help
|
||||
A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
|
||||
Microsoft Windows, and MacOS X.
|
||||
|
||||
@@ -14,10 +14,8 @@ FLTK_INSTALL_TARGET = YES
|
||||
FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
|
||||
FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
|
||||
|
||||
FLTK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
||||
--sysconfdir=/etc --enable-shared --enable-threads --with-x
|
||||
FLTK_CONF_OPT = --enable-shared --enable-threads --with-x
|
||||
|
||||
FLTK_DEPENDENCIES = xserver_xorg-server
|
||||
FLTK_DEPENDENCIES = xserver_xorg-server xlib_libXt
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,fltk))
|
||||
$(eval $(call AUTOTARGETS,package,fltk))
|
||||
|
||||
@@ -34,6 +34,8 @@ $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
|
||||
$(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured
|
||||
$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/Makefile
|
||||
$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/Makefile
|
||||
$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/makefile
|
||||
$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/makefile
|
||||
touch $@
|
||||
|
||||
$(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed
|
||||
|
||||
@@ -105,6 +105,7 @@ $(STAGING_DIR)/usr/lib/libncurses.so.$(NCURSES_VERSION): $(NCURSES_DIR)/lib/libn
|
||||
touch -c $@
|
||||
|
||||
$(TARGET_DIR)/usr/lib/libncurses.so.$(NCURSES_VERSION): $(STAGING_DIR)/usr/lib/libncurses.so.$(NCURSES_VERSION)
|
||||
mkdir -p $(TARGET_DIR)/usr/lib
|
||||
cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/usr/lib/
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_TARGET_PANEL),y)
|
||||
cp -dpf $(NCURSES_DIR)/lib/libpanel.so* $(TARGET_DIR)/usr/lib/
|
||||
|
||||
Reference in New Issue
Block a user