mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
We really need to have LIC_FILES_CHKSUM in all of our example recipes, because it is now mandatory. (From yocto-docs rev: 76998b7c54246e0505cf01b21d65d04ab285f1f0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
300 B
BlitzBasic
15 lines
300 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
DESCRIPTION = "X11 Pixmap library"
|
|
LICENSE = "X-BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5"
|
|
DEPENDS += "libxext"
|
|
PR = "r2"
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXpm"
|
|
|
|
PACKAGES =+ "sxpm cxpm"
|
|
FILES_cxpm = "${bindir}/cxpm"
|
|
FILES_sxpm = "${bindir}/sxpm"
|