diff options
Diffstat (limited to 'meta/packages')
61 files changed, 3 insertions, 136 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 6ee26e491a..81e9f9415f 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc | |||
@@ -2,7 +2,6 @@ require apt.inc | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS += "dpkg-native gettext-native" | 4 | DEPENDS += "dpkg-native gettext-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" | ||
6 | PACKAGES = "" | 5 | PACKAGES = "" |
7 | USE_NLS = "yes" | 6 | USE_NLS = "yes" |
8 | 7 | ||
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index be764de21c..0913a7fcb4 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -7,8 +7,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | |||
7 | file://use-host.patch;patch=1 \ | 7 | file://use-host.patch;patch=1 \ |
8 | " | 8 | " |
9 | 9 | ||
10 | S = "${WORKDIR}/apt-${PV}" | ||
11 | |||
12 | inherit autotools gettext | 10 | inherit autotools gettext |
13 | 11 | ||
14 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 12 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
diff --git a/meta/packages/autoconf/autoconf-native_2.61.bb b/meta/packages/autoconf/autoconf-native_2.61.bb index ad6cb79445..1dea334425 100644 --- a/meta/packages/autoconf/autoconf-native_2.61.bb +++ b/meta/packages/autoconf/autoconf-native_2.61.bb | |||
@@ -5,7 +5,4 @@ RDEPENDS_${PN} = "m4-native gnu-config-native" | |||
5 | 5 | ||
6 | SRC_URI += "file://fix_path_xtra.patch;patch=1" | 6 | SRC_URI += "file://fix_path_xtra.patch;patch=1" |
7 | 7 | ||
8 | S = "${WORKDIR}/autoconf-${PV}" | ||
9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" | ||
10 | |||
11 | inherit native | 8 | inherit native |
diff --git a/meta/packages/automake/automake.inc b/meta/packages/automake/automake.inc index e8d17a70e7..d68c45d4f7 100644 --- a/meta/packages/automake/automake.inc +++ b/meta/packages/automake/automake.inc | |||
@@ -2,13 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles." | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | HOMEPAGE = "http://www.gnu.org/software/automake/" | 3 | HOMEPAGE = "http://www.gnu.org/software/automake/" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}" | ||
6 | PR = "r1" | 5 | PR = "r1" |
7 | 6 | ||
8 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | 7 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " |
9 | 8 | ||
10 | S = "${WORKDIR}/automake-${PV}" | ||
11 | |||
12 | inherit autotools | 9 | inherit autotools |
13 | 10 | ||
14 | export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}" | 11 | export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}" |
diff --git a/meta/packages/binutils/binutils-cross-sdk.inc b/meta/packages/binutils/binutils-cross-sdk.inc index b545083d94..10e3080306 100644 --- a/meta/packages/binutils/binutils-cross-sdk.inc +++ b/meta/packages/binutils/binutils-cross-sdk.inc | |||
@@ -1,6 +1,5 @@ | |||
1 | inherit sdk | 1 | inherit sdk |
2 | DEPENDS += "flex-native bison-native" | 2 | DEPENDS += "flex-native bison-native" |
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
4 | EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \ | 3 | EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \ |
5 | --program-prefix=${TARGET_PREFIX}" | 4 | --program-prefix=${TARGET_PREFIX}" |
6 | 5 | ||
diff --git a/meta/packages/binutils/binutils-cross_2.18.bb b/meta/packages/binutils/binutils-cross_2.18.bb index f51badecf7..ecda3a16ae 100644 --- a/meta/packages/binutils/binutils-cross_2.18.bb +++ b/meta/packages/binutils/binutils-cross_2.18.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require binutils_${PV}.bb | 1 | require binutils_${PV}.bb |
2 | require binutils-cross.inc | 2 | require binutils-cross.inc |
3 | PR = "r1" | 3 | PR = "r1" |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
5 | 4 | ||
6 | do_stage () { | 5 | do_stage () { |
7 | oe_runmake install | 6 | oe_runmake install |
diff --git a/meta/packages/binutils/binutils-cross_2.19.bb b/meta/packages/binutils/binutils-cross_2.19.bb index b78a30ac47..8c7e4bc1a3 100644 --- a/meta/packages/binutils/binutils-cross_2.19.bb +++ b/meta/packages/binutils/binutils-cross_2.19.bb | |||
@@ -1,4 +1,3 @@ | |||
1 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
2 | require binutils_${PV}.bb | 1 | require binutils_${PV}.bb |
3 | require binutils-cross.inc | 2 | require binutils-cross.inc |
4 | 3 | ||
diff --git a/meta/packages/binutils/binutils-cross_csl-arm-2006q1.bb b/meta/packages/binutils/binutils-cross_csl-arm-2006q1.bb index b392d8208f..9b34b579bf 100644 --- a/meta/packages/binutils/binutils-cross_csl-arm-2006q1.bb +++ b/meta/packages/binutils/binutils-cross_csl-arm-2006q1.bb | |||
@@ -1,4 +1,3 @@ | |||
1 | require binutils_csl-arm-2006q1.bb | 1 | require binutils_csl-arm-2006q1.bb |
2 | require binutils-cross.inc | 2 | require binutils-cross.inc |
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
4 | S = "${WORKDIR}/binutils-2.17" | 3 | S = "${WORKDIR}/binutils-2.17" |
diff --git a/meta/packages/binutils/binutils-cross_csl-arm-2008q1.bb b/meta/packages/binutils/binutils-cross_csl-arm-2008q1.bb index 39b35c9ade..d22da46192 100644 --- a/meta/packages/binutils/binutils-cross_csl-arm-2008q1.bb +++ b/meta/packages/binutils/binutils-cross_csl-arm-2008q1.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require binutils_csl-arm-2008q1.bb | 1 | require binutils_csl-arm-2008q1.bb |
2 | require binutils-cross.inc | 2 | require binutils-cross.inc |
3 | PR = "r1" | 3 | PR = "r1" |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
5 | 4 | ||
6 | do_stage () { | 5 | do_stage () { |
7 | oe_runmake install | 6 | oe_runmake install |
diff --git a/meta/packages/binutils/binutils.inc b/meta/packages/binutils/binutils.inc index be752a2f4e..d8dd752ec8 100644 --- a/meta/packages/binutils/binutils.inc +++ b/meta/packages/binutils/binutils.inc | |||
@@ -33,7 +33,6 @@ FILES_${PN}-symlinks = " \ | |||
33 | ${bindir}/size \ | 33 | ${bindir}/size \ |
34 | ${bindir}/strip" | 34 | ${bindir}/strip" |
35 | 35 | ||
36 | S = "${WORKDIR}/binutils-${PV}" | ||
37 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | 36 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |
38 | 37 | ||
39 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ | 38 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ |
diff --git a/meta/packages/bison/bison-native_2.0.bb b/meta/packages/bison/bison-native_2.0.bb index 760295db6d..84bdb91ed9 100644 --- a/meta/packages/bison/bison-native_2.0.bb +++ b/meta/packages/bison/bison-native_2.0.bb | |||
@@ -1,7 +1,4 @@ | |||
1 | require bison_${PV}.bb | 1 | require bison_${PV}.bb |
2 | SECTION = "devel" | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}" | ||
4 | S = "${WORKDIR}/bison-${PV}" | ||
5 | PR = "r2" | 2 | PR = "r2" |
6 | 3 | ||
7 | inherit native autotools | 4 | inherit native autotools |
diff --git a/meta/packages/coreutils/coreutils-native_5.3.0.bb b/meta/packages/coreutils/coreutils-native_5.3.0.bb index ee90981895..bbee4fda4a 100644 --- a/meta/packages/coreutils/coreutils-native_5.3.0.bb +++ b/meta/packages/coreutils/coreutils-native_5.3.0.bb | |||
@@ -1,7 +1,2 @@ | |||
1 | SECTION = "base" | ||
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}" | ||
4 | S = "${WORKDIR}/coreutils-${PV}" | ||
5 | |||
6 | require coreutils_${PV}.bb | 1 | require coreutils_${PV}.bb |
7 | inherit native | 2 | inherit native |
diff --git a/meta/packages/dbus/dbus-glib-native_0.76.bb b/meta/packages/dbus/dbus-glib-native_0.76.bb index d76cc043d4..4faa185753 100644 --- a/meta/packages/dbus/dbus-glib-native_0.76.bb +++ b/meta/packages/dbus/dbus-glib-native_0.76.bb | |||
@@ -9,8 +9,6 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz | |||
9 | 9 | ||
10 | inherit autotools pkgconfig gettext native | 10 | inherit autotools pkgconfig gettext native |
11 | 11 | ||
12 | S = "${WORKDIR}/dbus-glib-${PV}" | ||
13 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib-${PV}" | ||
14 | DEPENDS = "glib-2.0-native dbus-native" | 12 | DEPENDS = "glib-2.0-native dbus-native" |
15 | 13 | ||
16 | do_stage() { | 14 | do_stage() { |
diff --git a/meta/packages/dbus/dbus-native_1.0.3.bb b/meta/packages/dbus/dbus-native_1.0.3.bb index 55889a1a8b..c237a7e8cf 100644 --- a/meta/packages/dbus/dbus-native_1.0.3.bb +++ b/meta/packages/dbus/dbus-native_1.0.3.bb | |||
@@ -9,15 +9,12 @@ DEPENDS = "glib-2.0-native libxml2-native expat-native" | |||
9 | 9 | ||
10 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
11 | 11 | ||
12 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" | ||
13 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 12 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
14 | file://cross.patch;patch=1 \ | 13 | file://cross.patch;patch=1 \ |
15 | " | 14 | " |
16 | 15 | ||
17 | inherit autotools pkgconfig gettext native | 16 | inherit autotools pkgconfig gettext native |
18 | 17 | ||
19 | S = "${WORKDIR}/dbus-${PV}" | ||
20 | |||
21 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 18 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ |
22 | --disable-doxygen-docs --with-xml=expat --without-x" | 19 | --disable-doxygen-docs --with-xml=expat --without-x" |
23 | 20 | ||
diff --git a/meta/packages/dbus/dbus-native_1.1.20.bb b/meta/packages/dbus/dbus-native_1.1.20.bb index eefc76a6ac..46683e25ee 100644 --- a/meta/packages/dbus/dbus-native_1.1.20.bb +++ b/meta/packages/dbus/dbus-native_1.1.20.bb | |||
@@ -2,7 +2,6 @@ require dbus.inc | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" | 4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" | ||
6 | PR = "r2" | 5 | PR = "r2" |
7 | 6 | ||
8 | SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1" | 7 | SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1" |
diff --git a/meta/packages/dbus/dbus-native_1.2.4.bb b/meta/packages/dbus/dbus-native_1.2.4.bb index 3578572d47..29fd5a2cb9 100644 --- a/meta/packages/dbus/dbus-native_1.2.4.bb +++ b/meta/packages/dbus/dbus-native_1.2.4.bb | |||
@@ -2,7 +2,6 @@ require dbus.inc | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" | 4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" | ||
6 | 5 | ||
7 | do_stage() { | 6 | do_stage() { |
8 | oe_runmake install | 7 | oe_runmake install |
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index 08659a997b..9659896037 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc | |||
@@ -11,7 +11,6 @@ SRC_URI = "\ | |||
11 | file://dbus-1.init \ | 11 | file://dbus-1.init \ |
12 | file://99_dbus \ | 12 | file://99_dbus \ |
13 | " | 13 | " |
14 | S = "${WORKDIR}/dbus-${PV}" | ||
15 | 14 | ||
16 | inherit autotools pkgconfig update-rc.d gettext | 15 | inherit autotools pkgconfig update-rc.d gettext |
17 | 16 | ||
diff --git a/meta/packages/dosfstools/dosfstools-native_2.10.bb b/meta/packages/dosfstools/dosfstools-native_2.10.bb index 1fbbe37c76..494e5135c9 100644 --- a/meta/packages/dosfstools/dosfstools-native_2.10.bb +++ b/meta/packages/dosfstools/dosfstools-native_2.10.bb | |||
@@ -3,11 +3,8 @@ | |||
3 | # Released under the MIT license (see packages/COPYING) | 3 | # Released under the MIT license (see packages/COPYING) |
4 | 4 | ||
5 | require dosfstools_${PV}.bb | 5 | require dosfstools_${PV}.bb |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dosfstools-${PV}" | ||
7 | 6 | ||
8 | S="${WORKDIR}/dosfstools-${PV}" | 7 | PR="r5" |
9 | |||
10 | PR="r4" | ||
11 | 8 | ||
12 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 9 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ |
13 | file://mkdosfs-bootcode.patch;patch=1 \ | 10 | file://mkdosfs-bootcode.patch;patch=1 \ |
diff --git a/meta/packages/expat/expat-native_1.95.7.bb b/meta/packages/expat/expat-native_1.95.7.bb index edfa53ae48..89cf4f41fe 100644 --- a/meta/packages/expat/expat-native_1.95.7.bb +++ b/meta/packages/expat/expat-native_1.95.7.bb | |||
@@ -1,4 +1,2 @@ | |||
1 | SECTION = "libs" | ||
2 | require expat_${PV}.bb | 1 | require expat_${PV}.bb |
3 | inherit native | 2 | inherit native |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}" | ||
diff --git a/meta/packages/expat/expat-sdk_1.95.7.bb b/meta/packages/expat/expat-sdk_1.95.7.bb index b20816d4ae..775695f261 100644 --- a/meta/packages/expat/expat-sdk_1.95.7.bb +++ b/meta/packages/expat/expat-sdk_1.95.7.bb | |||
@@ -1,4 +1,2 @@ | |||
1 | SECTION = "libs" | ||
2 | require expat_${PV}.bb | 1 | require expat_${PV}.bb |
3 | inherit sdk | 2 | inherit sdk |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}" | ||
diff --git a/meta/packages/findutils/findutils-native_4.2.29.bb b/meta/packages/findutils/findutils-native_4.2.29.bb index cb6d72f1e9..d41baa2c42 100644 --- a/meta/packages/findutils/findutils-native_4.2.29.bb +++ b/meta/packages/findutils/findutils-native_4.2.29.bb | |||
@@ -1,7 +1,2 @@ | |||
1 | require findutils.inc | 1 | require findutils.inc |
2 | |||
3 | inherit native | 2 | inherit native |
4 | |||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/findutils-${PV}" | ||
6 | |||
7 | S = "${WORKDIR}/findutils-${PV}" | ||
diff --git a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb b/meta/packages/fontconfig/fontconfig-native_2.6.0.bb index 541b74634c..0b95cf6682 100644 --- a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb +++ b/meta/packages/fontconfig/fontconfig-native_2.6.0.bb | |||
@@ -1,9 +1,6 @@ | |||
1 | SECTION = "base" | ||
2 | LICENSE = "BSD" | ||
3 | require fontconfig_${PV}.bb | 1 | require fontconfig_${PV}.bb |
4 | inherit native | 2 | inherit native |
5 | DEPENDS = "freetype-native expat-native zlib-native" | 3 | DEPENDS = "freetype-native expat-native zlib-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" | ||
7 | 4 | ||
8 | EXTRA_OEMAKE = "" | 5 | EXTRA_OEMAKE = "" |
9 | EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" | 6 | EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" |
diff --git a/meta/packages/fontconfig/fontconfig_2.6.0.bb b/meta/packages/fontconfig/fontconfig_2.6.0.bb index 4a4c31fbea..4c0d5e16b5 100644 --- a/meta/packages/fontconfig/fontconfig_2.6.0.bb +++ b/meta/packages/fontconfig/fontconfig_2.6.0.bb | |||
@@ -19,8 +19,6 @@ RREPLACES_fontconfig-utils = "libfontconfig-utils" | |||
19 | RCONFLICTS_fontconfig-utils = "libfontconfig-utils" | 19 | RCONFLICTS_fontconfig-utils = "libfontconfig-utils" |
20 | DEBIAN_NOAUTONAME_fontconfig-utils = "1" | 20 | DEBIAN_NOAUTONAME_fontconfig-utils = "1" |
21 | 21 | ||
22 | S = "${WORKDIR}/fontconfig-${PV}" | ||
23 | |||
24 | PARALLEL_MAKE = "" | 22 | PARALLEL_MAKE = "" |
25 | 23 | ||
26 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc index 84e9d4e283..266c8fe6b2 100644 --- a/meta/packages/gdb/gdb-common.inc +++ b/meta/packages/gdb/gdb-common.inc | |||
@@ -9,8 +9,6 @@ inherit autotools | |||
9 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ |
10 | file://no-werror.patch;patch=1" | 10 | file://no-werror.patch;patch=1" |
11 | 11 | ||
12 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gdb-${PV}" | ||
13 | |||
14 | export CC_FOR_BUILD = "${BUILD_CC}" | 12 | export CC_FOR_BUILD = "${BUILD_CC}" |
15 | export CXX_FOR_BUILD = "${BUILD_CXX}" | 13 | export CXX_FOR_BUILD = "${BUILD_CXX}" |
16 | export CPP_FOR_BUILD = "${BUILD_CPP}" | 14 | export CPP_FOR_BUILD = "${BUILD_CPP}" |
@@ -18,6 +16,5 @@ export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | |||
18 | export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}" | 16 | export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}" |
19 | export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" | 17 | export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" |
20 | 18 | ||
21 | S = "${WORKDIR}/gdb-${PV}" | ||
22 | B = "${WORKDIR}/build-${TARGET_SYS}" | 19 | B = "${WORKDIR}/build-${TARGET_SYS}" |
23 | 20 | ||
diff --git a/meta/packages/gettext/gettext-native_0.14.1.bb b/meta/packages/gettext/gettext-native_0.14.1.bb index 37549dbdad..05135d2990 100644 --- a/meta/packages/gettext/gettext-native_0.14.1.bb +++ b/meta/packages/gettext/gettext-native_0.14.1.bb | |||
@@ -1,6 +1,4 @@ | |||
1 | require gettext_${PV}.bb | 1 | require gettext_${PV}.bb |
2 | S = "${WORKDIR}/gettext-${PV}" | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" | ||
4 | inherit native | 2 | inherit native |
5 | PROVIDES = "" | 3 | PROVIDES = "" |
6 | 4 | ||
diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb b/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb index ff593ccffa..2bfb706c70 100644 --- a/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb +++ b/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb | |||
@@ -14,12 +14,8 @@ SRC_URI = "http://download.gnome.org/sources/glib/2.18/glib-${PV}.tar.bz2 \ | |||
14 | file://configure-libtool.patch;patch=1 \ | 14 | file://configure-libtool.patch;patch=1 \ |
15 | file://glibconfig-sysdefs.h" | 15 | file://glibconfig-sysdefs.h" |
16 | 16 | ||
17 | S = "${WORKDIR}/glib-${PV}" | ||
18 | |||
19 | inherit autotools pkgconfig native gettext | 17 | inherit autotools pkgconfig native gettext |
20 | 18 | ||
21 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glib-2.0-${PV}" | ||
22 | |||
23 | acpaths = "" | 19 | acpaths = "" |
24 | do_configure_prepend () { | 20 | do_configure_prepend () { |
25 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . | 21 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . |
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index 78f36c034f..e65665da65 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc | |||
@@ -15,8 +15,6 @@ FILES_glib-2.0-utils = "${bindir}/*" | |||
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-included-printf=no" | 16 | EXTRA_OECONF = "--enable-included-printf=no" |
17 | 17 | ||
18 | S = "${WORKDIR}/glib-${PV}" | ||
19 | |||
20 | inherit autotools pkgconfig gettext | 18 | inherit autotools pkgconfig gettext |
21 | 19 | ||
22 | require glib-2.0.inc | 20 | require glib-2.0.inc |
diff --git a/meta/packages/glibc/glibc_csl-2005q3-2.bb b/meta/packages/glibc/glibc_csl-2005q3-2.bb index 1fff0e1967..c82121f027 100644 --- a/meta/packages/glibc/glibc_csl-2005q3-2.bb +++ b/meta/packages/glibc/glibc_csl-2005q3-2.bb | |||
@@ -8,8 +8,6 @@ PR = "r11" | |||
8 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 8 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
9 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" | 9 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" |
10 | 10 | ||
11 | FILESDIR = "${FILE_DIRNAME}/files" | ||
12 | |||
13 | GLIBC_ADDONS ?= "nptl,libidn" | 11 | GLIBC_ADDONS ?= "nptl,libidn" |
14 | 12 | ||
15 | GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET bn_BD gez_ER te_IN" | 13 | GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET bn_BD gez_ER te_IN" |
diff --git a/meta/packages/gmp/gmp-native.inc b/meta/packages/gmp/gmp-native.inc index c3d36e0fdb..362d290319 100644 --- a/meta/packages/gmp/gmp-native.inc +++ b/meta/packages/gmp/gmp-native.inc | |||
@@ -1,8 +1,4 @@ | |||
1 | require gmp_${PV}.bb | 1 | require gmp_${PV}.bb |
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}" | ||
4 | S = "${WORKDIR}/gmp-${PV}" | ||
5 | |||
6 | inherit native | 2 | inherit native |
7 | 3 | ||
8 | # darwin 'hacks' | 4 | # darwin 'hacks' |
diff --git a/meta/packages/gmp/gmp-sdk.inc b/meta/packages/gmp/gmp-sdk.inc index a6b15332a3..5d4fe1d509 100644 --- a/meta/packages/gmp/gmp-sdk.inc +++ b/meta/packages/gmp/gmp-sdk.inc | |||
@@ -1,8 +1,4 @@ | |||
1 | require gmp_${PV}.bb | 1 | require gmp_${PV}.bb |
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}" | ||
4 | S = "${WORKDIR}/gmp-${PV}" | ||
5 | |||
6 | inherit sdk | 2 | inherit sdk |
7 | 3 | ||
8 | 4 | ||
diff --git a/meta/packages/gnu-config/gnu-config-native_20050701.bb b/meta/packages/gnu-config/gnu-config-native_20050701.bb index 43df124f7f..256a8af3e8 100644 --- a/meta/packages/gnu-config/gnu-config-native_20050701.bb +++ b/meta/packages/gnu-config/gnu-config-native_20050701.bb | |||
@@ -1,10 +1,6 @@ | |||
1 | SECTION = "base" | ||
2 | require gnu-config_${PV}.bb | 1 | require gnu-config_${PV}.bb |
3 | |||
4 | inherit native | 2 | inherit native |
5 | 3 | ||
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gnu-config" | ||
7 | |||
8 | do_stage () { | 4 | do_stage () { |
9 | install -d ${STAGING_DATADIR}/gnu-config/ | 5 | install -d ${STAGING_DATADIR}/gnu-config/ |
10 | install -d ${STAGING_BINDIR}/ | 6 | install -d ${STAGING_BINDIR}/ |
diff --git a/meta/packages/jpeg/jpeg-native_6b.bb b/meta/packages/jpeg/jpeg-native_6b.bb index 450e4b36a7..2591a7ab18 100644 --- a/meta/packages/jpeg/jpeg-native_6b.bb +++ b/meta/packages/jpeg/jpeg-native_6b.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | require jpeg_${PV}.bb | 2 | require jpeg_${PV}.bb |
3 | inherit native | 3 | inherit native |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}" | ||
5 | DEPENDS = "" | 4 | DEPENDS = "" |
6 | 5 | ||
7 | do_stage() { | 6 | do_stage() { |
diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb index b930870bc6..d64fb0996a 100644 --- a/meta/packages/jpeg/jpeg_6b.bb +++ b/meta/packages/jpeg/jpeg_6b.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ | |||
12 | file://ldflags.patch;patch=1 \ | 12 | file://ldflags.patch;patch=1 \ |
13 | file://paths.patch;patch=1 \ | 13 | file://paths.patch;patch=1 \ |
14 | file://libtool_tweak.patch;patch=1" | 14 | file://libtool_tweak.patch;patch=1" |
15 | S = "${WORKDIR}/jpeg-${PV}" | ||
16 | 15 | ||
17 | inherit autotools | 16 | inherit autotools |
18 | 17 | ||
diff --git a/meta/packages/libpng/libpng-native_1.2.20.bb b/meta/packages/libpng/libpng-native_1.2.20.bb index 231b956678..ca223690fd 100644 --- a/meta/packages/libpng/libpng-native_1.2.20.bb +++ b/meta/packages/libpng/libpng-native_1.2.20.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | require libpng_${PV}.bb | 1 | require libpng_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libpng-${PV}" | ||
4 | DEPENDS = "zlib-native" | 3 | DEPENDS = "zlib-native" |
5 | 4 | ||
6 | INHIBIT_NATIVE_STAGE_INSTALL = "1" | 5 | INHIBIT_NATIVE_STAGE_INSTALL = "1" |
diff --git a/meta/packages/libpng/libpng_1.2.20.bb b/meta/packages/libpng/libpng_1.2.20.bb index 842fc04af2..6233d90058 100644 --- a/meta/packages/libpng/libpng_1.2.20.bb +++ b/meta/packages/libpng/libpng_1.2.20.bb | |||
@@ -8,7 +8,6 @@ PR = "r6" | |||
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2 \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2 \ |
10 | file://makefile_fix.patch;patch=1" | 10 | file://makefile_fix.patch;patch=1" |
11 | S = "${WORKDIR}/libpng-${PV}" | ||
12 | 11 | ||
13 | inherit autotools binconfig pkgconfig | 12 | inherit autotools binconfig pkgconfig |
14 | 13 | ||
diff --git a/meta/packages/libtool/libtool-cross_2.2.6.bb b/meta/packages/libtool/libtool-cross_2.2.6.bb index bc39d8d4b0..451f5796cd 100644 --- a/meta/packages/libtool/libtool-cross_2.2.6.bb +++ b/meta/packages/libtool/libtool-cross_2.2.6.bb | |||
@@ -3,7 +3,6 @@ require libtool_${PV}.bb | |||
3 | 3 | ||
4 | PR = "r23" | 4 | PR = "r23" |
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
7 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ | 6 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ |
8 | file://prefix.patch;patch=1" | 7 | file://prefix.patch;patch=1" |
9 | 8 | ||
@@ -16,8 +15,6 @@ DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1" | |||
16 | #SRC_URI_append_linux = "${DOLT_PATCH}" | 15 | #SRC_URI_append_linux = "${DOLT_PATCH}" |
17 | #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" | 16 | #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" |
18 | 17 | ||
19 | S = "${WORKDIR}/libtool-${PV}" | ||
20 | |||
21 | prefix = "${STAGING_DIR_NATIVE}${layout_prefix}" | 18 | prefix = "${STAGING_DIR_NATIVE}${layout_prefix}" |
22 | exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}" | 19 | exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}" |
23 | bindir = "${STAGING_BINDIR_NATIVE}" | 20 | bindir = "${STAGING_BINDIR_NATIVE}" |
diff --git a/meta/packages/libtool/libtool-native_2.2.6.bb b/meta/packages/libtool/libtool-native_2.2.6.bb index a6eb392e88..c806043a4b 100644 --- a/meta/packages/libtool/libtool-native_2.2.6.bb +++ b/meta/packages/libtool/libtool-native_2.2.6.bb | |||
@@ -2,12 +2,9 @@ require libtool.inc | |||
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r19" | 4 | PR = "r19" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
6 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ | 5 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ |
7 | file://prefix.patch;patch=1" | 6 | file://prefix.patch;patch=1" |
8 | 7 | ||
9 | S = "${WORKDIR}/libtool-${PV}" | ||
10 | |||
11 | inherit native | 8 | inherit native |
12 | 9 | ||
13 | do_configure_prepend () { | 10 | do_configure_prepend () { |
diff --git a/meta/packages/libtool/libtool-sdk_2.2.6.bb b/meta/packages/libtool/libtool-sdk_2.2.6.bb index 83f63cbd2a..577907887d 100644 --- a/meta/packages/libtool/libtool-sdk_2.2.6.bb +++ b/meta/packages/libtool/libtool-sdk_2.2.6.bb | |||
@@ -2,11 +2,8 @@ require libtool.inc | |||
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r0" | 4 | PR = "r0" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
6 | SRC_URI_append = " file://cross_compile.patch;patch=1" | 5 | SRC_URI_append = " file://cross_compile.patch;patch=1" |
7 | 6 | ||
8 | S = "${WORKDIR}/libtool-${PV}" | ||
9 | |||
10 | inherit sdk | 7 | inherit sdk |
11 | 8 | ||
12 | do_install () { | 9 | do_install () { |
diff --git a/meta/packages/libtool/libtool_2.2.6.bb b/meta/packages/libtool/libtool_2.2.6.bb index cf6a8b32c2..e552ea24c7 100644 --- a/meta/packages/libtool/libtool_2.2.6.bb +++ b/meta/packages/libtool/libtool_2.2.6.bb | |||
@@ -4,7 +4,6 @@ PR = "r14" | |||
4 | 4 | ||
5 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \ |
6 | file://dolt.m4" | 6 | file://dolt.m4" |
7 | S = "${WORKDIR}/libtool-${PV}" | ||
8 | 7 | ||
9 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" | 8 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" |
10 | FILES_${PN} += "${datadir}/aclocal*" | 9 | FILES_${PN} += "${datadir}/aclocal*" |
diff --git a/meta/packages/libusb/libusb_0.1.12.bb b/meta/packages/libusb/libusb_0.1.12.bb index c446c1b5a6..5ef482f2b6 100644 --- a/meta/packages/libusb/libusb_0.1.12.bb +++ b/meta/packages/libusb/libusb_0.1.12.bb | |||
@@ -8,10 +8,6 @@ PR = "r5" | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ |
9 | file://configure_fix.patch;patch=1" | 9 | file://configure_fix.patch;patch=1" |
10 | 10 | ||
11 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libusb" | ||
12 | |||
13 | S = "${WORKDIR}/libusb-${PV}" | ||
14 | |||
15 | inherit autotools pkgconfig binconfig lib_package | 11 | inherit autotools pkgconfig binconfig lib_package |
16 | 12 | ||
17 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "" |
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index da79c9bb4e..75169f2bce 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb | |||
@@ -6,9 +6,6 @@ DEPENDS += "python-native" | |||
6 | 6 | ||
7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | 7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" |
8 | 8 | ||
9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" | ||
10 | S = "${WORKDIR}/libxml2-${PV}" | ||
11 | |||
12 | inherit native | 9 | inherit native |
13 | 10 | ||
14 | do_stage () { | 11 | do_stage () { |
diff --git a/meta/packages/m4/m4-native_1.4.12.bb b/meta/packages/m4/m4-native_1.4.12.bb index 8beb8748e3..64442292e0 100644 --- a/meta/packages/m4/m4-native_1.4.12.bb +++ b/meta/packages/m4/m4-native_1.4.12.bb | |||
@@ -1,9 +1,6 @@ | |||
1 | require m4_${PV}.bb | 1 | require m4_${PV}.bb |
2 | |||
3 | inherit native | 2 | inherit native |
4 | 3 | ||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4" | ||
6 | |||
7 | INHIBIT_AUTOTOOLS_DEPS = "1" | 4 | INHIBIT_AUTOTOOLS_DEPS = "1" |
8 | DEPENDS += "gnu-config-native" | 5 | DEPENDS += "gnu-config-native" |
9 | 6 | ||
diff --git a/meta/packages/m4/m4_1.4.12.bb b/meta/packages/m4/m4_1.4.12.bb index e2676269c1..479f86095a 100644 --- a/meta/packages/m4/m4_1.4.12.bb +++ b/meta/packages/m4/m4_1.4.12.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | processor." | ||
3 | LICENSE = "GPLv3" | 2 | LICENSE = "GPLv3" |
4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" |
5 | S = "${WORKDIR}/m4-${PV}" | ||
6 | 4 | ||
7 | inherit autotools | 5 | inherit autotools |
8 | 6 | ||
diff --git a/meta/packages/m4/m4_1.4.9.bb b/meta/packages/m4/m4_1.4.9.bb index 0f31675744..8110bcc635 100644 --- a/meta/packages/m4/m4_1.4.9.bb +++ b/meta/packages/m4/m4_1.4.9.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | processor." | ||
3 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" |
5 | S = "${WORKDIR}/m4-${PV}" | ||
6 | 4 | ||
7 | inherit autotools | 5 | inherit autotools |
8 | 6 | ||
diff --git a/meta/packages/makedevs/makedevs-native_1.0.0.bb b/meta/packages/makedevs/makedevs-native_1.0.0.bb index 004a71374d..7462ac721e 100644 --- a/meta/packages/makedevs/makedevs-native_1.0.0.bb +++ b/meta/packages/makedevs/makedevs-native_1.0.0.bb | |||
@@ -1,9 +1,6 @@ | |||
1 | SECTION = "base" | ||
2 | require makedevs_${PV}.bb | 1 | require makedevs_${PV}.bb |
3 | inherit native | 2 | inherit native |
4 | 3 | ||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/makedevs-${PV}" | ||
6 | |||
7 | do_stage() { | 4 | do_stage() { |
8 | install -d ${STAGING_BINDIR}/ | 5 | install -d ${STAGING_BINDIR}/ |
9 | install -m 0755 ${S}/makedevs ${STAGING_BINDIR}/ | 6 | install -m 0755 ${S}/makedevs ${STAGING_BINDIR}/ |
diff --git a/meta/packages/makedevs/makedevs_1.0.0.bb b/meta/packages/makedevs/makedevs_1.0.0.bb index c78b73b6e7..235b2fdc31 100644 --- a/meta/packages/makedevs/makedevs_1.0.0.bb +++ b/meta/packages/makedevs/makedevs_1.0.0.bb | |||
@@ -3,7 +3,6 @@ LICENSE = "GPL" | |||
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | SRC_URI = "file://makedevs.c" | 5 | SRC_URI = "file://makedevs.c" |
6 | S = "${WORKDIR}/makedevs-${PV}" | ||
7 | PR = "r5" | 6 | PR = "r5" |
8 | 7 | ||
9 | do_configure() { | 8 | do_configure() { |
diff --git a/meta/packages/modutils/modutils-cross_2.4.27.bb b/meta/packages/modutils/modutils-cross_2.4.27.bb index 3bd1ae2b84..1d60c4666d 100644 --- a/meta/packages/modutils/modutils-cross_2.4.27.bb +++ b/meta/packages/modutils/modutils-cross_2.4.27.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | SECTION = "base" | ||
2 | require modutils_${PV}.bb | 1 | require modutils_${PV}.bb |
3 | PR = "r9" | 2 | PR = "r9" |
4 | inherit cross | 3 | inherit cross |
5 | S = "${WORKDIR}/modutils-${PV}" | ||
6 | DEPENDS = "" | 4 | DEPENDS = "" |
7 | PACKAGES = "" | 5 | PACKAGES = "" |
8 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4" | 6 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4" |
diff --git a/meta/packages/modutils/modutils_2.4.27.bb b/meta/packages/modutils/modutils_2.4.27.bb index c02dc1d5c3..119e219f7f 100644 --- a/meta/packages/modutils/modutils_2.4.27.bb +++ b/meta/packages/modutils/modutils_2.4.27.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ | |||
3 | manageable for all users, administrators and distribution maintainers." | 3 | manageable for all users, administrators and distribution maintainers." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | DEPENDS = "bison-native" | 5 | DEPENDS = "bison-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" | ||
7 | PR = "r8" | 6 | PR = "r8" |
8 | 7 | ||
9 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ | 8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ |
diff --git a/meta/packages/mtd/mtd-utils-native.inc b/meta/packages/mtd/mtd-utils-native.inc index 8ac4673524..01337697ef 100644 --- a/meta/packages/mtd/mtd-utils-native.inc +++ b/meta/packages/mtd/mtd-utils-native.inc | |||
@@ -1,6 +1,5 @@ | |||
1 | inherit native | 1 | inherit native |
2 | DEPENDS = "zlib-native lzo-native" | 2 | DEPENDS = "zlib-native lzo-native" |
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils" | ||
4 | 3 | ||
5 | do_stage () { | 4 | do_stage () { |
6 | install -d ${STAGING_INCDIR}/mtd | 5 | install -d ${STAGING_INCDIR}/mtd |
diff --git a/meta/packages/opkg-utils/opkg-utils-native_svn.bb b/meta/packages/opkg-utils/opkg-utils-native_svn.bb index 0495b1eda3..b12b5456bf 100644 --- a/meta/packages/opkg-utils/opkg-utils-native_svn.bb +++ b/meta/packages/opkg-utils/opkg-utils-native_svn.bb | |||
@@ -6,5 +6,4 @@ inherit native | |||
6 | 6 | ||
7 | # Avoid circular dependencies from package_ipk.bbclass | 7 | # Avoid circular dependencies from package_ipk.bbclass |
8 | PACKAGES = "" | 8 | PACKAGES = "" |
9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils" | ||
10 | 9 | ||
diff --git a/meta/packages/perl/perl-native_5.8.8.bb b/meta/packages/perl/perl-native_5.8.8.bb index 0e89f11050..e2bdaee30a 100644 --- a/meta/packages/perl/perl-native_5.8.8.bb +++ b/meta/packages/perl/perl-native_5.8.8.bb | |||
@@ -5,8 +5,6 @@ LICENSE = "Artistic|GPL" | |||
5 | DEPENDS = "virtual/db-native gdbm-native" | 5 | DEPENDS = "virtual/db-native gdbm-native" |
6 | PR = "r13" | 6 | PR = "r13" |
7 | 7 | ||
8 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" | ||
9 | |||
10 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 8 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
11 | file://perl-5.8.8-gcc-4.2.patch;patch=1 \ | 9 | file://perl-5.8.8-gcc-4.2.patch;patch=1 \ |
12 | file://Configure-multilib.patch;patch=1 \ | 10 | file://Configure-multilib.patch;patch=1 \ |
diff --git a/meta/packages/pkgconfig/pkgconfig-native_0.23.bb b/meta/packages/pkgconfig/pkgconfig-native_0.23.bb index 24497a9866..dc5e3fc15d 100644 --- a/meta/packages/pkgconfig/pkgconfig-native_0.23.bb +++ b/meta/packages/pkgconfig/pkgconfig-native_0.23.bb | |||
@@ -1,6 +1,3 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}" | ||
3 | |||
4 | S = "${WORKDIR}/pkg-config-${PV}/" | ||
5 | inherit native | 2 | inherit native |
6 | DEPENDS = "" | 3 | DEPENDS = "" |
diff --git a/meta/packages/pkgconfig/pkgconfig-sdk_0.23.bb b/meta/packages/pkgconfig/pkgconfig-sdk_0.23.bb index 3b20371777..47fbcdaf24 100644 --- a/meta/packages/pkgconfig/pkgconfig-sdk_0.23.bb +++ b/meta/packages/pkgconfig/pkgconfig-sdk_0.23.bb | |||
@@ -1,6 +1,3 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}" | ||
3 | |||
4 | S = "${WORKDIR}/pkg-config-${PV}/" | ||
5 | inherit sdk | 2 | inherit sdk |
6 | DEPENDS = "" | 3 | DEPENDS = "" |
diff --git a/meta/packages/popt/popt-native_1.14.bb b/meta/packages/popt/popt-native_1.14.bb index 75b90d0763..18b59d78ac 100644 --- a/meta/packages/popt/popt-native_1.14.bb +++ b/meta/packages/popt/popt-native_1.14.bb | |||
@@ -1,5 +1,2 @@ | |||
1 | require popt_${PV}.bb | 1 | require popt_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | |||
4 | S = "${WORKDIR}/popt-${PV}" | ||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}" | ||
diff --git a/meta/packages/quilt/quilt-native.inc b/meta/packages/quilt/quilt-native.inc index 4d7291f5b9..fb34305d1b 100644 --- a/meta/packages/quilt/quilt-native.inc +++ b/meta/packages/quilt/quilt-native.inc | |||
@@ -2,7 +2,6 @@ require quilt_${PV}.inc | |||
2 | 2 | ||
3 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " | 3 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " |
4 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" | 4 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}" | ||
6 | 5 | ||
7 | INHIBIT_AUTOTOOLS_DEPS = "1" | 6 | INHIBIT_AUTOTOOLS_DEPS = "1" |
8 | 7 | ||
diff --git a/meta/packages/quilt/quilt.inc b/meta/packages/quilt/quilt.inc index b1d19daf45..f83951bc93 100644 --- a/meta/packages/quilt/quilt.inc +++ b/meta/packages/quilt/quilt.inc | |||
@@ -4,5 +4,3 @@ SECTION = "devel" | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | 5 | ||
6 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz " | 6 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz " |
7 | |||
8 | S = "${WORKDIR}/quilt-${PV}" | ||
diff --git a/meta/packages/sed/sed_4.1.2.bb b/meta/packages/sed/sed_4.1.2.bb index fe80f3e687..e3383b3a00 100644 --- a/meta/packages/sed/sed_4.1.2.bb +++ b/meta/packages/sed/sed_4.1.2.bb | |||
@@ -4,7 +4,6 @@ DESCRIPTION = "sed is a Stream EDitor." | |||
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" | 6 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" |
7 | S = "${WORKDIR}/sed-${PV}" | ||
8 | 7 | ||
9 | inherit autotools | 8 | inherit autotools |
10 | 9 | ||
diff --git a/meta/packages/sqlite/sqlite3-native.inc b/meta/packages/sqlite/sqlite3-native.inc index d61551703f..37a394982d 100644 --- a/meta/packages/sqlite/sqlite3-native.inc +++ b/meta/packages/sqlite/sqlite3-native.inc | |||
@@ -4,8 +4,6 @@ require sqlite3.inc | |||
4 | 4 | ||
5 | DEPENDS = "readline-native ncurses-native" | 5 | DEPENDS = "readline-native ncurses-native" |
6 | 6 | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sqlite3" | ||
8 | |||
9 | do_install() { | 7 | do_install() { |
10 | : | 8 | : |
11 | } | 9 | } |
diff --git a/meta/packages/xorg-lib/libx11-native_1.1.5.bb b/meta/packages/xorg-lib/libx11-native_1.1.5.bb index 71b45afdf4..dda63965eb 100644 --- a/meta/packages/xorg-lib/libx11-native_1.1.5.bb +++ b/meta/packages/xorg-lib/libx11-native_1.1.5.bb | |||
@@ -1,7 +1,5 @@ | |||
1 | require libx11_${PV}.bb | 1 | require libx11_${PV}.bb |
2 | 2 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" | ||
4 | |||
5 | DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native" | 3 | DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native" |
6 | PROVIDES = "" | 4 | PROVIDES = "" |
7 | 5 | ||
diff --git a/meta/packages/xorg-lib/libx11-sdk_1.1.5.bb b/meta/packages/xorg-lib/libx11-sdk_1.1.5.bb index 6140d13701..c3859ea485 100644 --- a/meta/packages/xorg-lib/libx11-sdk_1.1.5.bb +++ b/meta/packages/xorg-lib/libx11-sdk_1.1.5.bb | |||
@@ -1,7 +1,5 @@ | |||
1 | require libx11_${PV}.bb | 1 | require libx11_${PV}.bb |
2 | 2 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" | ||
4 | |||
5 | DEPENDS = "xproto-sdk xextproto-sdk libxau-sdk xtrans-sdk libxdmcp-sdk xcmiscproto-sdk xf86bigfontproto-sdk kbproto-sdk inputproto-sdk bigreqsproto-sdk util-macros-sdk xproto-native" | 3 | DEPENDS = "xproto-sdk xextproto-sdk libxau-sdk xtrans-sdk libxdmcp-sdk xcmiscproto-sdk xf86bigfontproto-sdk kbproto-sdk inputproto-sdk bigreqsproto-sdk util-macros-sdk xproto-native" |
6 | PROVIDES = "" | 4 | PROVIDES = "" |
7 | 5 | ||
diff --git a/meta/packages/xorg-lib/xtrans_1.2.2.bb b/meta/packages/xorg-lib/xtrans_1.2.2.bb index 75ba93c783..0722dad840 100644 --- a/meta/packages/xorg-lib/xtrans_1.2.2.bb +++ b/meta/packages/xorg-lib/xtrans_1.2.2.bb | |||
@@ -5,8 +5,6 @@ libraries from OS network vageries." | |||
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans" | ||
9 | |||
10 | RDEPENDS_${PN}-dev = "" | 8 | RDEPENDS_${PN}-dev = "" |
11 | 9 | ||
12 | XORG_PN = "xtrans" | 10 | XORG_PN = "xtrans" |