1
0
forked from brl/citadel

Big reorganize of repository

This commit is contained in:
Bruce Leidl 2018-03-02 16:02:01 -05:00
parent be6690fbf1
commit b3be4efaab
185 changed files with 60 additions and 7 deletions

View File

@ -10,6 +10,5 @@ BBLAYERS ?= " \
##OEROOT##/../meta-intel \
##OEROOT##/../meta-rust \
##OEROOT##/../meta-citadel \
##OEROOT##/../meta-citadel-distro \
##OEROOT##/../meta-foreign \
##OEROOT##/../meta-gnome \
"

View File

@ -5,8 +5,6 @@ DISTRO_VERSION = "1.0"
CITADEL_DEFAULT_DISTRO_FEATURES = "acl alsa argp bluetooth ext2 largefile systemd usbhost wifi xattr pci x11 usrmerge wayland opengl pam"
DISTRO_FEATURES ?= "${DISTRO_FEATURES_LIBC} ${CITADEL_DEFAULT_DISTRO_FEATURES}"
GNOME_RELEASE ?= "stable"
require conf/distro/include/gnome-${GNOME_RELEASE}-packages.inc
HOSTTOOLS_NONFATAL += "inkscape"
#

View File

@ -0,0 +1 @@
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=MinSizeRel "

View File

@ -0,0 +1 @@
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=MinSizeRel "

View File

@ -0,0 +1,51 @@
# 3.27.90
PREFERRED_VERSION_adwaita-icon-theme = "3.27.90"
PREFERRED_VERSION_atk = "2.27.1"
PREFERRED_VERSION_caribou = "0.4.21"
PREFERRED_VERSION_clutter = "1.26.2"
PREFERRED_VERSION_clutter-gtk = "1.8.4"
PREFERRED_VERSION_cogl = "1.22.2"
PREFERRED_VERSION_dconf = "0.27.1"
PREFERRED_VERSION_gcr = "3.27.4"
PREFERRED_VERSION_gdk-pixbuf = "2.36.11"
PREFERRED_VERSION_gdm = "3.27.90"
PREFERRED_VERSION_geocode-glib = "3.25.4.1"
PREFERRED_VERSION_gjs = "1.51.90"
PREFERRED_VERSION_glib = "2.55.2"
PREFERRED_VERSION_glib-networking = "2.55.90"
PREFERRED_VERSION_gnome-backgrounds = "3.27.90"
PREFERRED_VERSION_gnome-bluetooth = "3.26.1"
PREFERRED_VERSION_gnome-color-manager = "3.26.0"
PREFERRED_VERSION_gnome-control-center = "3.27.90"
PREFERRED_VERSION_gnome-desktop = "3.27.90"
PREFERRED_VERSION_gnome-keyring = "3.27.4"
PREFERRED_VERSION_gnome-menus = "3.13.3"
PREFERRED_VERSION_gnome-session = "3.27.90"
PREFERRED_VERSION_gnome-settings-daemon = "3.27.90"
PREFERRED_VERSION_gnome-shell = "3.27.1"
PREFERRED_VERSION_gnome-system-monitor = "3.27.90"
PREFERRED_VERSION_gnome-terminal = "3.27.90"
PREFERRED_VERSION_gnome-themes-standard = "3.22.3"
PREFERRED_VERSION_gsettings-desktop-schemas = "3.27.90"
PREFERRED_VERSION_gtk+3 = "3.22.26"
PREFERRED_VERSION_libcroco = "0.6.12"
PREFERRED_VERSION_libgee = "0.20.1"
PREFERRED_VERSION_libgtop = "2.38.0"
PREFERRED_VERSION_libgweather = "3.27.4"
PREFERRED_VERSION_libnotify = "0.7.7"
PREFERRED_VERSION_librsvg = "2.42.2"
PREFERRED_VERSION_libsecret = "0.18.5"
PREFERRED_VERSION_libsoup = "2.61.90"
PREFERRED_VERSION_mutter = "3.27.1"
PREFERRED_VERSION_nautilus = "3.27.90"
PREFERRED_VERSION_networkmanager = "1.10.4"
PREFERRED_VERSION_network-manager-applet = "1.8.10"
PREFERRED_VERSION_pango = "1.41.1"
PREFERRED_VERSION_pygobject = "3.27.4"
PREFERRED_VERSION_vala = "0.39.91"
PREFERRED_VERSION_vte = "0.51.3"
PREFERRED_VERSION_yelp = "3.27.1"
PREFERRED_VERSION_yelp-xsl = "3.27.90"
PREFERRED_VERSION_yelp-tools = "3.27.90"
PREFERRED_VERSION_zenity = "3.27.90"

View File

@ -5,6 +5,9 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \\
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-foreign"
BBFILE_PATTERN_meta-foreign = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-foreign = "6"
BBFILE_COLLECTIONS += "meta-gnome"
BBFILE_PATTERN_meta-gnome = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-gnome = "6"
GNOME_RELEASE ?= "stable"
require conf/include/gnome-${GNOME_RELEASE}-packages.inc

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Some files were not shown because too many files have changed in this diff Show More