mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
519 B
BlitzBasic
19 lines
519 B
BlitzBasic
DESCRIPTION = "Check Test Framework"
|
|
HOMEPAGE = "http://gitorious.org/opensuse/zypper"
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470"
|
|
SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f"
|
|
S = "${WORKDIR}/check-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
RREPLACES_${PN} = "check (<= 0.9.5)"
|