diff options
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo_4.13a.bb')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_4.13a.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index 50892ce2cf..327faabddd 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" | |||
9 | PR = "r5" | 9 | PR = "r5" |
10 | 10 | ||
11 | DEPENDS = "zlib ncurses texinfo-native" | 11 | DEPENDS = "zlib ncurses texinfo-native" |
12 | DEPENDS_virtclass-native = "zlib-native ncurses-native" | 12 | DEPENDS_class-native = "zlib-native ncurses-native" |
13 | 13 | ||
14 | TARGET_PATCH = "file://use_host_makedoc.patch" | 14 | TARGET_PATCH = "file://use_host_makedoc.patch" |
15 | TARGET_PATCH_virtclass-native = "" | 15 | TARGET_PATCH_class-native = "" |
16 | 16 | ||
17 | SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ | 17 | SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ |
18 | file://texinfo-4.12-zlib.patch \ | 18 | file://texinfo-4.12-zlib.patch \ |
@@ -44,7 +44,7 @@ do_install_append() { | |||
44 | mkdir -p ${D}${datadir}/${tex_texinfo} | 44 | mkdir -p ${D}${datadir}/${tex_texinfo} |
45 | install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} | 45 | install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} |
46 | } | 46 | } |
47 | do_install_append_virtclass-native() { | 47 | do_install_append_class-native() { |
48 | install -m 755 info/makedoc ${D}${bindir} | 48 | install -m 755 info/makedoc ${D}${bindir} |
49 | } | 49 | } |
50 | 50 | ||