Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
21 lines
862 B
BlitzBasic
21 lines
862 B
BlitzBasic
SUMMARY = "Xfce configuration daemon and utilities"
|
|
HOMEPAGE = "https://docs.xfce.org/xfce/xfconf/start"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
|
|
|
|
inherit xfce gtk-doc gobject-introspection bash-completion vala
|
|
|
|
EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
|
|
|
|
SRC_URI[sha256sum] = "2e8c50160bf800a807aea094fc9dad81f9f361f42db56607508ed5b4855d2906"
|
|
|
|
FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \
|
|
${libdir}/gio/modules/libxfconfgsettingsbackend.so \
|
|
${datadir}/dbus-1/services/org.xfce.Xfconf.service"
|
|
|
|
FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la"
|
|
|
|
PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend,"
|