diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.12.3.bb | 8 |
3 files changed, 2 insertions, 9 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6a04997776..02844424da 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -17,7 +17,6 @@ PARALLEL_MAKE = "" | |||
17 | inherit autotools gettext | 17 | inherit autotools gettext |
18 | 18 | ||
19 | DPKG_INIT_POSITION = "98" | 19 | DPKG_INIT_POSITION = "98" |
20 | DPKG_INIT_POSITION_slugos = "41" | ||
21 | 20 | ||
22 | pkg_postinst_dpkg () { | 21 | pkg_postinst_dpkg () { |
23 | #!/bin/sh | 22 | #!/bin/sh |
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb index 8df960d288..8bb441f6f8 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | |||
@@ -8,7 +8,7 @@ SRC_URI += "file://noman.patch;patch=1 \ | |||
8 | SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" | 8 | SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" |
9 | SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" | 9 | SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | EXTRA_OECONF = "--without-static-progs \ | 13 | EXTRA_OECONF = "--without-static-progs \ |
14 | --without-dselect \ | 14 | --without-dselect \ |
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index 0476bdf5c4..f477679cbe 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
@@ -98,9 +98,3 @@ do_install () { | |||
98 | 98 | ||
99 | create_wrapper ${D}${bindir}/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/${PV}:${STAGING_LIBDIR}/perl/' | 99 | create_wrapper ${D}${bindir}/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/${PV}:${STAGING_LIBDIR}/perl/' |
100 | } | 100 | } |
101 | do_install_append_nylon() { | ||
102 | # get rid of definitions not supported by the gcc version we use for nylon... | ||
103 | for i in ${D}${libdir}/perl/${PV}/Config_heavy.pl ${D}${libdir}/perl/config.sh; do | ||
104 | perl -pi -e 's/-Wdeclaration-after-statement //g' ${i} | ||
105 | done | ||
106 | } | ||