1
0
forked from brl/citadel
citadel/meta-citadel/recipes-desktop/gnome-shell-extension-drive-menu/gnome-shell-extension-drive-menu_01.bb
Bruce Leidl be34ea65f3 upgrade poky layer to 'kirkstone' release 4.0.1
- removed layers meta-rust and meta-clang
- added new dependencies to Makefile
- changed override syntax across all recipe files
- updated conf files from hardknott to kirkstone
- SRC_URI git URLS fixed to always include branch and protocol
- LICENSE fields updated with new naming convention
- updated citadel-tools dependencies

- upgraded mozjs to mozjs-91

No longer needed because poky includes newer version (or new enough):

- glib-2.0
- libgudev
- xorgproto
- libxfixes
- libinput
- wayland-protocols
- vte
2022-05-28 11:20:07 -04:00

19 lines
495 B
BlitzBasic

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
SRC_URI = "git://github.com/subgraph/gnome-shell-extension-drive-menu.git;protocol=https;branch=master"
SRCREV="45bbb0e9fe87f1f44d3eec49f31a1efa835f4f6b"
S = "${WORKDIR}/git"
DEPENDS = "gettext-native glib-2.0-native ninja-native"
FILES:${PN} = "${datadir}/gnome-shell/extensions"
EXTRA_OEMESON += "--prefix=${D}/usr"
inherit meson
do_configure:prepend () {
cd ${S}
./meson-gse/meson-gse
}