Hi, In Sumo branch, libbytesize_0.10.bb<http://10.bb> do_configure fails with error "configure: error: gettext not found", hence added a dependency to gettext -native for the same.
Kindly review the attached patch and integrate it with upstream if changes looks fine. Regards, Aditya Tayade This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.
libbytesize: fix gettext not found issue libbytesize_0.10.bb do_configure fails with error "configure: error: gettext not found" Upstream status: Pending Sign-off by: Aditya Tayade <[email protected]> diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_0.10.bb b/meta-oe/recipes-support/libbytesize/libbytesize_0.10.bb index 6903021..fedde80 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_0.10.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_0.10.bb @@ -21,6 +21,7 @@ DEPENDS += " \ libpcre \ gmp \ mpfr \ + gettext-native \ " FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
