mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
rpcsvc-proto: update to 1.4.1
(From OE-Core rev: 4261dc441cb81fea4cee28a016e5c952cf3347d4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
60e787e202
commit
e7bbf3eea3
@@ -15,9 +15,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0daaf958d5531ab86169ec6e275e1517"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS += "rpcsvc-proto-native"
|
DEPENDS += "rpcsvc-proto-native"
|
||||||
|
|
||||||
PV = "1.4+git${SRCPV}"
|
PV = "1.4.1"
|
||||||
|
|
||||||
SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c"
|
SRCREV = "e295c9a3b67752734995dfc057bfbf5313ed0d82"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/thkukuk/${BPN} \
|
SRC_URI = "git://github.com/thkukuk/${BPN} \
|
||||||
file://0001-Use-cross-compiled-rpcgen.patch \
|
file://0001-Use-cross-compiled-rpcgen.patch \
|
||||||
@@ -25,10 +25,14 @@ SRC_URI = "git://github.com/thkukuk/${BPN} \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools gettext
|
||||||
|
|
||||||
EXTRA_OEMAKE_class-native = " -C rpcgen"
|
EXTRA_OEMAKE_class-native = " -C rpcgen"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
touch ${S}/ABOUT-NLS
|
||||||
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
# They come from quota recipe
|
# They come from quota recipe
|
||||||
rm -rf ${D}${includedir}/rpcsvc/rquota.[hx]
|
rm -rf ${D}${includedir}/rpcsvc/rquota.[hx]
|
||||||
|
|||||||
Reference in New Issue
Block a user