mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-21 16:32:48 +01:00
update file
This commit is contained in:
parent
a3563d9588
commit
4d3dc0ef49
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec
|
|||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
S="${WORKDIR}/l3afpad-0.8.18.1.11"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
||||||
|
|
||||||
@ -24,5 +24,7 @@ do_compile () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
make install
|
DESTDIR=${D} make install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FILES:${PN} += "/usr/local/*"
|
Loading…
x
Reference in New Issue
Block a user