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.
This commit is contained in:
Henning Heinold 2015-07-14 19:27:22 +02:00 committed by Henning
parent 0aec6171be
commit 79c7b3bba5
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"