Compare commits

...

1 Commits

Author SHA1 Message Date
Henning Heinold 79c7b3bba5 ifupdown: add dpkg-native as build dependency
While compiling an image for the idu,
I saw that the full blown ifupdown calls dpkg-architecture,
so we need to make sure its there before
starting building ifupdown.
2015-07-14 19:31:53 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ DESCRIPTION = "The core network utilities for debian. In contrast to busybox \
they can manage bridges and vlans."
HOMEPAGE = "http://anonscm.debian.org/hg/collab-maint/ifupdown/"
LICENSE = "GPLv2"
DEPENDS = "dpkg-native"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=7adfbe801102d1e7e6bfdd3f03754efa"