diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-02 14:24:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 13:36:56 +0100 |
commit | 0aa90b1b42173db24b5119b1f72024a9b327b650 (patch) | |
tree | 44916a4eee0e914076b7bbb366efc9f9967c916f /meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb | |
parent | e8e6f9df5968dc6f176fd347bebbea03d259925e (diff) | |
download | poky-0aa90b1b42173db24b5119b1f72024a9b327b650.tar.gz |
libxml-parser-perl: convert to BBCLASSEXTEND, merge in OE fixes
(From OE-Core rev: d0b55fb8115c5ad311ed5ad3192902f7746d5cca)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb deleted file mode 100644 index 8c2045567f..0000000000 --- a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | SECTION = "libs" | ||
2 | |||
3 | require libxml-parser-perl_${PV}.bb | ||
4 | |||
5 | inherit native | ||
6 | |||
7 | DEPENDS += "expat-native" | ||