#19298: opkg - select busybox-wget or wget as dependencies
----------------------+------------------------
 Reporter:  unki_at   |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  packages  |    Version:  Trunk
 Keywords:            |
----------------------+------------------------
 I'm not sure if this is always the case, but shouldn't opkg depend on any
 sort of wget to be available?

 {{{
 From 435a6180838f76b449d27257aea244f37ac430f8 Mon Sep 17 00:00:00 2001
 From: Andreas Unterkircher <[email protected]>
 Date: Tue, 24 Mar 2015 06:51:39 +0100
 Subject: [PATCH 1/2] add dependency for wget - either from busybox or wget
  itself

 ---
  package/system/opkg/Makefile | 1 +
  1 file changed, 1 insertion(+)

 diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
 index 391adfa..e56fb8e 100644
 --- a/package/system/opkg/Makefile
 +++ b/package/system/opkg/Makefile
 @@ -39,6 +39,7 @@ define Package/opkg/Default
    TITLE:=opkg package manager
    MAINTAINER:=Jo-Philipp Wich <[email protected]>
    URL:=http://wiki.openmoko.org/wiki/Opkg
 +  DEPENDS+=+!BUSYBOX_CONFIG_WGET:WGET
  endef

  define Package/opkg/Default/description
 --
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19298>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to