Bruce Leidl
be34ea65f3
- 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
24 lines
470 B
BlitzBasic
24 lines
470 B
BlitzBasic
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
|
|
|
|
SRC_URI = "git://github.com/home-sweet-gnome/dash-to-panel.git;protocol=https;branch=master"
|
|
SRCREV = "48a69e529614d1da456802b818e7d7f0d4d1d642"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "gettext-native glib-2.0-native"
|
|
FILES:${PN} = "${datadir}/gnome-shell/extensions"
|
|
|
|
do_configure () {
|
|
:
|
|
}
|
|
|
|
do_compile () {
|
|
oe_runmake
|
|
}
|
|
|
|
do_install () {
|
|
oe_runmake install 'DESTDIR=${D}'
|
|
}
|
|
|