diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-12 01:58:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:56 +0100 |
commit | 57aeb9e45f75ebf449f07d909cbeae598284fe32 (patch) | |
tree | 46935a07aab475126f5bcdfdcc3cf84057cee810 /meta/recipes-devtools | |
parent | 7d023441a95b844c0178f304d1a8ef9e59275d25 (diff) | |
download | poky-57aeb9e45f75ebf449f07d909cbeae598284fe32.tar.gz |
openssl/orc: virtclass-native -> class-native
The virtclass-native is out of date.
(From OE-Core rev: ed51b382928ee5f14d524e08a00a0c8931c491c5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.23.bb b/meta/recipes-devtools/orc/orc_0.4.23.bb index 0e07731ac6..d4257c3f82 100644 --- a/meta/recipes-devtools/orc/orc_0.4.23.bb +++ b/meta/recipes-devtools/orc/orc_0.4.23.bb | |||
@@ -20,6 +20,6 @@ python populate_packages_prepend () { | |||
20 | do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True) | 20 | do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True) |
21 | } | 21 | } |
22 | 22 | ||
23 | do_compile_prepend_virtclass-native () { | 23 | do_compile_prepend_class-native () { |
24 | sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c | 24 | sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c |
25 | } | 25 | } |