gnomeos: Pull in libgcrypt, use ostree-init from git
This commit is contained in:
parent
298e4957d9
commit
d358c5d681
|
|
@ -16,11 +16,13 @@ IMAGE_INSTALL = "libuuid1 \
|
||||||
libogg0 \
|
libogg0 \
|
||||||
speex \
|
speex \
|
||||||
libvorbis \
|
libvorbis \
|
||||||
|
libstdc++6 \
|
||||||
|
libgnutls26 \
|
||||||
"
|
"
|
||||||
|
|
||||||
RECIPE_PACKAGES = "task-core-boot \
|
RECIPE_PACKAGES = "task-core-boot \
|
||||||
coreutils \
|
coreutils \
|
||||||
ostree ostree-init \
|
ostree \
|
||||||
strace \
|
strace \
|
||||||
bash \
|
bash \
|
||||||
tar \
|
tar \
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,12 @@ IMAGE_INSTALL += "libuuid-dev \
|
||||||
libogg-dev \
|
libogg-dev \
|
||||||
speex-dev \
|
speex-dev \
|
||||||
libvorbis-dev \
|
libvorbis-dev \
|
||||||
|
libstdc++-dev \
|
||||||
|
libcap-dev \
|
||||||
|
libcap-bin \
|
||||||
|
libgpg-error-dev \
|
||||||
|
libtasn1-dev \
|
||||||
|
libtasn1-bin \
|
||||||
|
libgcrypt-dev \
|
||||||
|
libgnutls-dev \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
echo -n "Starting dbus daemon: "
|
echo -n "Starting dbus daemon: "
|
||||||
|
mkdir -p /var/run/dbus
|
||||||
/usr/bin/dbus-daemon --system
|
/usr/bin/dbus-daemon --system
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in New Issue