* [Buildroot] Bug in package/mtd/mtd-utils/mtd.mk
@ 2009-03-26 16:33 Thomas Petazzoni
2009-03-26 17:02 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2009-03-26 16:33 UTC (permalink / raw)
To: buildroot
The following bit of package/mtd/mtd-utils/mtd.mk doesn't work, since
DOWNLOAD is waiting for two arguments.
$(DL_DIR)/$(MTD_SOURCE):
$(call DOWNLOAD,"$(MTD_URL)")
In my case, the $(DL_DIR)/$(MTD_SOURCE) is just doing nothing, and the
$(MTD_HOST_DIR)/.unpacked then fails while trying to extract the
downloaded archive.
Sincerly,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread* [Buildroot] Bug in package/mtd/mtd-utils/mtd.mk
2009-03-26 16:33 [Buildroot] Bug in package/mtd/mtd-utils/mtd.mk Thomas Petazzoni
@ 2009-03-26 17:02 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-03-26 17:02 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following bit of package/mtd/mtd-utils/mtd.mk doesn't work, since
Thomas> DOWNLOAD is waiting for two arguments.
Thomas> $(DL_DIR)/$(MTD_SOURCE):
Thomas> $(call DOWNLOAD,"$(MTD_URL)")
Thomas> In my case, the $(DL_DIR)/$(MTD_SOURCE) is just doing nothing, and the
Thomas> $(MTD_HOST_DIR)/.unpacked then fails while trying to extract the
Thomas> downloaded archive.
Ahh, one more fallout from the WGET -> DOWNLOAD conversion. Will fix
shortly.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-26 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 16:33 [Buildroot] Bug in package/mtd/mtd-utils/mtd.mk Thomas Petazzoni
2009-03-26 17:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox