[oe-commits] Andrea Adami : klibc-utils: add explicit dependency on klibc for the shared utils

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:28 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 60e1d5463fadfcf33edf9e68a42b7bcf9adad803
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=60e1d5463fadfcf33edf9e68a42b7bcf9adad803

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jul 24 23:27:37 2014 +0200

klibc-utils: add explicit dependency on klibc for the shared utils

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 <andrea.adami at gmail.com>

---

 meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
index fc53bec..06e71cb 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
@@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils"
 
 require klibc-utils.inc
 require klibc.inc
+
+DEPENDS = "klibc"



More information about the Openembedded-commits mailing list