[ostree] gnomeos: Pull in libuuid and libblkid from util-linux
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] gnomeos: Pull in libuuid and libblkid from util-linux
- Date: Tue, 10 Jan 2012 00:58:17 +0000 (UTC)
commit f84d0db9a13c9390a6245e2e78114e89856b0023
Author: Colin Walters <walters verbum org>
Date: Mon Jan 9 19:56:59 2012 -0500
gnomeos: Pull in libuuid and libblkid from util-linux
gnomeos/yocto/classes/gnomeos-contents.bbclass | 9 +++++++--
.../recipies-core/images/gnomeos-contents-devel.bb | 6 +++++-
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass
index 5836656..133a2c8 100644
--- a/gnomeos/yocto/classes/gnomeos-contents.bbclass
+++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass
@@ -7,18 +7,23 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
inherit rootfs_${IMAGE_PKGTYPE}
-PACKAGE_INSTALL = "task-core-boot \
+IMAGE_INSTALL = ""
+
+RECIPE_PACKAGES = "task-core-boot \
coreutils \
ostree ostree-init \
strace \
bash \
tar \
+ grep \
gawk \
ncurses \
python-modules \
python-misc"
-RDEPENDS += "${PACKAGE_INSTALL}"
+PACKAGE_INSTALL = "${RECIPE_PACKAGES} ${IMAGE_INSTALL}"
+
+RDEPENDS += "${RECIPE_PACKAGES}"
DEPENDS += "makedevs-native virtual/fakeroot-native"
EXCLUDE_FROM_WORLD = "1"
diff --git a/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb b/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb
index 7f815a9..59a2990 100644
--- a/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb
+++ b/gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb
@@ -7,9 +7,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
inherit gnomeos-contents
-PACKAGE_INSTALL += "task-core-sdk \
+RECIPE_PACKAGES += "task-core-sdk \
python-dev \
bison flex \
git \
libxml-parser-perl \
"
+
+IMAGE_INSTALL += "libuuid-dev \
+ libblkid-dev \
+ "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]