diff --git a/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb b/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb index 73e438cc..571eb81a 100644 --- a/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb +++ b/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb @@ -17,6 +17,8 @@ RECIPE_PACKAGES += "task-core-sdk \ gettext-dev \ " +DEPENDS += "db" + IMAGE_INSTALL += "libc6-dev \ libgcc-s-dev \ linux-libc-headers-dev \ @@ -45,4 +47,5 @@ IMAGE_INSTALL += "libc6-dev \ curl-dev \ libcurl-dev \ ncurses-dev \ + db-dev \ "