mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
protobuf-c: misc recipe cleanup
Re-order variables to align more closely with the OE style-guide. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,15 +8,10 @@ has been split out into the protobuf-c-rpc project."
|
|||||||
HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
|
HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
|
||||||
|
|
||||||
DEPENDS = "protobuf-native protobuf"
|
DEPENDS = "protobuf-native protobuf"
|
||||||
|
|
||||||
PACKAGE_BEFORE_PN = "${PN}-compiler"
|
|
||||||
RDEPENDS_${PN}-compiler = "protobuf-compiler"
|
|
||||||
RDEPENDS_${PN}-dev += "${PN}-compiler"
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
|
|
||||||
|
|
||||||
PV .= "+git${SRCPV}"
|
PV .= "+git${SRCPV}"
|
||||||
SRCREV = "dac1a65feac4ad72f612aab99f487056fbcf5c1a"
|
SRCREV = "dac1a65feac4ad72f612aab99f487056fbcf5c1a"
|
||||||
|
|
||||||
@@ -26,6 +21,11 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
PACKAGE_BEFORE_PN = "${PN}-compiler"
|
||||||
|
|
||||||
FILES_${PN}-compiler = "${bindir}"
|
FILES_${PN}-compiler = "${bindir}"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-compiler = "protobuf-compiler"
|
||||||
|
RDEPENDS_${PN}-dev += "${PN}-compiler"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user