diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 18:51:46 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 18:51:46 +0000 |
commit | 9a627b9161ebdbcef11fdfe1a2a3c667b653e777 (patch) | |
tree | 02d81a52104850c73794ffb48f67138b55920a01 /packages/fis | |
parent | 30686bbb7075be412b23c6c2feb02bce784d6a86 (diff) |
fis: Forgot boost dependency
Diffstat (limited to 'packages/fis')
-rw-r--r-- | packages/fis/fis_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |