From 999cf4843e1cfedf0e6141d56d221ba09dd433eb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 May 2012 03:56:19 +0800 Subject: [PATCH] image: Depend on wget to have password authentication for the feeds wget implements HTTP authentication, this means one can use opkg to access password protected feeds for upgrades. --- recipes-apps/images/sysmocom-image.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-apps/images/sysmocom-image.inc b/recipes-apps/images/sysmocom-image.inc index 92419cb..8d6f9c5 100644 --- a/recipes-apps/images/sysmocom-image.inc +++ b/recipes-apps/images/sysmocom-image.inc @@ -1,4 +1,4 @@ -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS}" +IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} wget" IMAGE_LINGUAS = " " LICENSE = "MIT"