[Buildroot] [ping] [patch] CONFIG_UPDATE for a few packages
Hamish Moffatt
hamish at cloud.net.au
Tue Feb 12 00:38:05 UTC 2008
On Sun, Feb 10, 2008 at 03:31:50PM -0800, Dan Nicolaescu wrote:
> I sent this patch over a month ago. Nobody has made any comments, or
> applied it yet.
> The patch is pretty straight forward....
Your patch seems reasonable so I applied it.
> Is there a different way of submitting patches? Do I need to do
> something different? Please let me know.
You can submit them to the bug/issue tracker on the web site.
> > --- sed/sed.mk~
> > +++ sed/sed.mk
> > @@ -37,6 +37,7 @@
> > mkdir -p $(HOST_SED_DIR)/bin
> > $(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
> > toolchain/patch-kernel.sh $(SED_DIR1) package/sed/ configure.patch
> > + $(CONFIG_UPDATE) $(SED_DIR1)/config
> > touch $@
> >
> > $(SED_DIR1)/.configured: $(SED_DIR1)/.unpacked
> > @@ -97,6 +98,7 @@
> > #############################################################
> > $(SED_DIR2)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
> > $(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
> > + $(CONFIG_UPDATE) $(SED_DIR2)/config
> > touch $(SED_DIR2)/.unpacked
> >
> > $(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked
> > --- autoconf/autoconf.mk
> > +++ autoconf/autoconf.mk
> > @@ -24,6 +24,7 @@
> >
> > $(AUTOCONF_SRC_DIR)/.unpacked: $(DL_DIR)/$(AUTOCONF_SOURCE)
> > $(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
> > + $(CONFIG_UPDATE) $(AUTOCONF_SRC_DIR)
> > touch $@
Unless you have an unusual host platform, it's not necessary to
$(CONFIG_UPDATE) for the autoconf host build.. but it's harmless so I
left it in.
Please send patches as attachments rather than in-line.
thanks,
Hamish
--
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>
More information about the buildroot
mailing list