Skip to content

Commit

Permalink
klibc-utils: add explicit dependency on klibc for the shared utils
Browse files Browse the repository at this point in the history
The two recipes for klibc-utils (static and shared) have been split-off
from a single original recipe for more granular packaging and share the
same SRC_URI set in the .inc file so there is an implicit dependency.
Make it explicit for the utils needing the shared klibc lib at runtime.

Signed-off-by: Andrea Adami <[email protected]>
  • Loading branch information
andrea-adami authored and bluelightning committed Jul 28, 2014
1 parent 0e43080 commit 60e1d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils"

require klibc-utils.inc
require klibc.inc

DEPENDS = "klibc"

0 comments on commit 60e1d54

Please sign in to comment.