diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-12 10:10:37 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-12 10:10:37 +0000 |
commit | df9f3b227447230ebeb505fb205a3d9be6577b66 (patch) | |
tree | 6e91db3e34aaf1d05da97a10f8214cf63e8ba962 /recipes | |
parent | 061212df0c1da218a36b20198419d8fe4fb31755 (diff) | |
parent | a926b9f20c44daba56b6f7301e1b3e7b67311145 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libdiscid/libdiscid.inc | 5 | ||||
-rw-r--r-- | recipes/perl/libwww-mechanize-perl-native_1.60.bb | 6 | ||||
-rw-r--r-- | recipes/perl/libwww-mechanize-perl_1.60.bb | 10 |
3 files changed, 16 insertions, 5 deletions
diff --git a/recipes/libdiscid/libdiscid.inc b/recipes/libdiscid/libdiscid.inc index 9f5f1ce9b5..a8ebfafe8a 100644 --- a/recipes/libdiscid/libdiscid.inc +++ b/recipes/libdiscid/libdiscid.inc @@ -8,11 +8,6 @@ SRC_URI = "http://users.musicbrainz.org/~matt/libdiscid-${PV}.tar.gz" inherit cmake pkgconfig -# Fight a compiler/link bug that leaks too many c++ symbols -TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib " - -S = "${WORKDIR}/${PN}" - do_stage() { autotools_stage_all } diff --git a/recipes/perl/libwww-mechanize-perl-native_1.60.bb b/recipes/perl/libwww-mechanize-perl-native_1.60.bb new file mode 100644 index 0000000000..8718cd268e --- /dev/null +++ b/recipes/perl/libwww-mechanize-perl-native_1.60.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libwww-mechanize-perl_${PV}.bb + +inherit native + diff --git a/recipes/perl/libwww-mechanize-perl_1.60.bb b/recipes/perl/libwww-mechanize-perl_1.60.bb new file mode 100644 index 0000000000..e82cc498c1 --- /dev/null +++ b/recipes/perl/libwww-mechanize-perl_1.60.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "WWW::Mechanize Handy web browsing in a Perl object" +SECTION = "libs" +LICENSE = "Perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-${PV}.tar.gz" + +S = "${WORKDIR}/WWW-Mechanize-${PV}" + +inherit cpan |