|
From: <abe...@us...> - 2017-05-28 12:57:13
|
Revision: 8350
http://sourceforge.net/p/astlinux/code/8350
Author: abelbeck
Date: 2017-05-28 12:57:12 +0000 (Sun, 28 May 2017)
Log Message:
-----------
runnix, add host-fdisk dependency as we had before the runnix.mk rewrite, the 'scripts/astlinux-makeimage' will eventually build host-fdisk, but let's build things the same as before
Modified Paths:
--------------
branches/1.0/boot/runnix/runnix.mk
Modified: branches/1.0/boot/runnix/runnix.mk
===================================================================
--- branches/1.0/boot/runnix/runnix.mk 2017-05-27 15:53:41 UTC (rev 8349)
+++ branches/1.0/boot/runnix/runnix.mk 2017-05-28 12:57:12 UTC (rev 8350)
@@ -7,6 +7,7 @@
RUNNIX_VERSION = 0.5-8348
RUNNIX_SOURCE = runnix-$(RUNNIX_VERSION).tar.gz
RUNNIX_SITE = http://mirror.astlinux-project.org/runnix5
+RUNNIX_DEPENDENCIES = host-fdisk
RUNFS_DIR = $(BUILD_DIR)/runfs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|