gnomeos: Pull in libdb-devel explicitly for e-d-s
This commit is contained in:
parent
4b801e5502
commit
e6f8b39aa1
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue