mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
texi2html: Added recipe from OE
Needed to build oe-core with oe-core (From OE-Core rev: 05f5ecb8a153fa846cedabc71a8601065d6fe63d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d1e278e080
commit
85b54b3662
14
meta/recipes-extended/texi2html/texi2html_1.82.bb
Normal file
14
meta/recipes-extended/texi2html/texi2html_1.82.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Perl script that converts Texinfo to HTML"
|
||||
HOMEPAGE = "http://www.nongnu.org/texi2html/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "a8a9193c0ac1bec2f3ca7be40a5a82eb"
|
||||
SRC_URI[sha256sum] = "d69c1effc416896409003ea64fdb21152cc0a9a7c665d437a0a3bef9b588b4f1"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user