mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
xfce4-dev-tools: Add initial recipe with version 4.8.0
This commit is contained in:
committed by
Koen Kooi
parent
c2004f5eca
commit
ddf64c08c1
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "Xfce4 development tools"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
inherit xfce
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${datadir}/aclocal
|
||||
install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/
|
||||
}
|
||||
|
||||
FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4"
|
||||
|
||||
SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa"
|
||||
SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815"
|
||||
Reference in New Issue
Block a user