mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
update file
This commit is contained in:
parent
4a404a98d4
commit
057ce2194b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user