mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-03 16:23:56 +00: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 references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
20 lines
541 B
BlitzBasic
20 lines
541 B
BlitzBasic
DESCRIPTION = "C and C++ INI Library"
|
|
HOMEPAGE = "http://code.google.com/p/inih/"
|
|
PV = "0.0+gitr${SRCPV}"
|
|
PKGV = "${GITPKGVTAG}"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
|
|
|
|
PR = "r2"
|
|
|
|
# The github repository provides a cmake and pkg-config integration
|
|
SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226"
|
|
SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit gitpkgv cmake
|
|
|
|
# We don't have libinih since we only have static libraries
|
|
ALLOW_EMPTY_${PN} = "1"
|