1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-09 18:39:47 +02:00

update file

This commit is contained in:
DanyLE 2023-07-28 20:34:03 +02:00
parent 4a404a98d4
commit 057ce2194b

View File

@ -7,11 +7,22 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
S="${WORKDIR}/l3afpad-0.8.18.1.11"
DEPENDS = "gtk+3"
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
inherit pkgconfig
SRC_URI = "file://l3afpad-0.8.18.1.11.tar.gz"
SRC_URI[sha256sum] = "7fc154f12733b00d31767b3f1255c3f12249065406e7cddafd9888fc83720fd9"
do_configure () {
./configure --host=x86_64-unknown-linux --target=aarch64-poky-linux
}
inherit autotools pkgconfig
do_compile () {
make
}
do_install () {
make install
}