gnomeos: Pull in libgcrypt, use ostree-init from git

This commit is contained in:
Colin Walters 2012-01-16 20:18:54 -05:00
parent 298e4957d9
commit d358c5d681
4 changed files with 12 additions and 9 deletions

View File

@ -16,11 +16,13 @@ IMAGE_INSTALL = "libuuid1 \
libogg0 \
speex \
libvorbis \
libstdc++6 \
libgnutls26 \
"
RECIPE_PACKAGES = "task-core-boot \
coreutils \
ostree ostree-init \
ostree \
strace \
bash \
tar \

View File

@ -26,4 +26,12 @@ IMAGE_INSTALL += "libuuid-dev \
libogg-dev \
speex-dev \
libvorbis-dev \
libstdc++-dev \
libcap-dev \
libcap-bin \
libgpg-error-dev \
libtasn1-dev \
libtasn1-bin \
libgcrypt-dev \
libgnutls-dev \
"

View File

@ -3,6 +3,7 @@
start()
{
echo -n "Starting dbus daemon: "
mkdir -p /var/run/dbus
/usr/bin/dbus-daemon --system
}

View File

@ -1,8 +0,0 @@
SUMMARY = "Root switcher"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "file:///src/ostree-init"
S = "${WORKDIR}/ostree-init"
inherit autotools