From: Oyvind Repvik Date: Fri, 16 Mar 2007 18:51:46 +0000 (+0000) Subject: fis: Forgot boost dependency X-Git-Tag: Release-2010-05/1~8868^2~1086^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a627b9161ebdbcef11fdfe1a2a3c667b653e777;p=openembedded.git fis: Forgot boost dependency --- diff --git a/packages/fis/fis_1.0.bb b/packages/fis/fis_1.0.bb index 5a9bdf7f53..09bfa90a36 100644 --- a/packages/fis/fis_1.0.bb +++ b/packages/fis/fis_1.0.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace" PR = "r1" +DEPENDS = "boost" SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.cc \ svn://svn.chezphil.org/;module=libpbe;proto=http"