From 79c7b3bba59c2fd1b9c683b0969d3cc5b8812a35 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 14 Jul 2015 19:27:22 +0200 Subject: [PATCH] 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. --- recipes-extra/ifupdown/ifupdown_0.7.52.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extra/ifupdown/ifupdown_0.7.52.bb b/recipes-extra/ifupdown/ifupdown_0.7.52.bb index 9114c8d..eff2530 100644 --- a/recipes-extra/ifupdown/ifupdown_0.7.52.bb +++ b/recipes-extra/ifupdown/ifupdown_0.7.52.bb @@ -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"