Change include x.inc -> require x.inc (sync with OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-08-27 23:34:18 +00:00
parent 1489f00aac
commit c813d14c9f
83 changed files with 104 additions and 104 deletions

View File

@ -1,5 +1,5 @@
SECTION = "devel" SECTION = "devel"
include binutils_${PV}.bb require binutils_${PV}.bb
inherit cross inherit cross
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
PROVIDES = "virtual/${TARGET_PREFIX}binutils" PROVIDES = "virtual/${TARGET_PREFIX}binutils"

View File

@ -1,5 +1,5 @@
SECTION = "devel" SECTION = "devel"
include binutils_${PV}.bb require binutils_${PV}.bb
inherit cross inherit cross
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
PROVIDES = "virtual/${TARGET_PREFIX}binutils" PROVIDES = "virtual/${TARGET_PREFIX}binutils"

View File

@ -1,3 +1,3 @@
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
include binutils_${PV}.bb require binutils_${PV}.bb
include binutils-cross.inc require binutils-cross.inc

View File

@ -23,4 +23,4 @@ SRC_URI += "file://binutils-2.16-thumb-glue.patch;patch=1"
S = "${WORKDIR}/binutils-${PV}" S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
include binutils.inc require binutils.inc

View File

@ -1,4 +1,4 @@
include bison_${PV}.bb require bison_${PV}.bb
SECTION = "devel" SECTION = "devel"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}"
S = "${WORKDIR}/bison-${PV}" S = "${WORKDIR}/bison-${PV}"

View File

@ -3,5 +3,5 @@ SECTION = "base"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}"
S = "${WORKDIR}/coreutils-${PV}" S = "${WORKDIR}/coreutils-${PV}"
include coreutils_${PV}.bb require coreutils_${PV}.bb
inherit native inherit native

View File

@ -1,4 +1,4 @@
include curl_${PV}.bb require curl_${PV}.bb
inherit native inherit native
do_stage () { do_stage () {

View File

@ -8,6 +8,6 @@ CONFLICTS = "db3-native"
inherit native inherit native
include db_${PV}.bb require db_${PV}.bb
PACKAGES = "" PACKAGES = ""

View File

@ -1,4 +1,4 @@
include dbus_${PV}.inc require dbus_${PV}.inc
SRC_URI_EXTRA="" SRC_URI_EXTRA=""

View File

@ -1,4 +1,4 @@
include dbus_${PV}.inc require dbus_${PV}.inc
SRC_URI_EXTRA="" SRC_URI_EXTRA=""

View File

@ -1,4 +1,4 @@
include dbus_${PV}.inc require dbus_${PV}.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native" DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"

View File

@ -1,3 +1,3 @@
include dropbear.inc require dropbear.inc
PR = "r2" PR = "r2"

View File

@ -1,4 +1,4 @@
SECTION = "libs" SECTION = "libs"
include expat_${PV}.bb require expat_${PV}.bb
inherit native inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}"

View File

@ -1,6 +1,6 @@
SECTION = "base" SECTION = "base"
PR = "r0" PR = "r0"
include fakeroot_${PV}.bb require fakeroot_${PV}.bb
inherit native inherit native
SRC_URI += "file://fix-prefix.patch;patch=1" SRC_URI += "file://fix-prefix.patch;patch=1"

View File

@ -1,4 +1,4 @@
include file_${PV}.bb require file_${PV}.bb
inherit native inherit native
# avoid dependency loop # avoid dependency loop

View File

@ -1,4 +1,4 @@
include flex.inc require flex.inc
inherit native inherit native
PR = "r2" PR = "r2"

View File

@ -1,4 +1,4 @@
include flex.inc require flex.inc
PR = "r4" PR = "r4"
SRC_URI += "file://include.patch;patch=1" SRC_URI += "file://include.patch;patch=1"

View File

@ -1,4 +1,4 @@
include freetype_${PV}.bb require freetype_${PV}.bb
inherit native inherit native
DEPENDS = "" DEPENDS = ""
FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files" FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files"

View File

@ -1,5 +1,5 @@
SECTION = "devel" SECTION = "devel"
include gcc-cross_${PV}.bb require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"

View File

@ -1,4 +1,4 @@
include gcc-cross_${PV}.bb require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"

View File

@ -1,4 +1,4 @@
include gcc-cross_${PV}.bb require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"

View File

@ -1,4 +1,4 @@
include gcc-cross_${PV}.bb require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"

View File

@ -1,4 +1,4 @@
include gcc-cross_${PV}.bb require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"

View File

@ -1,6 +1,6 @@
SECTION = "devel" SECTION = "devel"
include gcc_${PV}.bb require gcc_${PV}.bb
include gcc-paths-cross.inc require gcc-paths-cross.inc
inherit cross inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
@ -9,5 +9,5 @@ PR="r3"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
include gcc3-build-cross.inc require gcc3-build-cross.inc
include gcc-package-cross.inc require gcc-package-cross.inc

View File

@ -1,6 +1,6 @@
include gcc_${PV}.bb require gcc_${PV}.bb
# path mangling, needed by the cross packaging # path mangling, needed by the cross packaging
include gcc-paths-cross.inc require gcc-paths-cross.inc
inherit cross inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build* # NOTE: split PR. If the main .oe changes something that affects its *build*
@ -11,6 +11,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build # cross build
include gcc3-build-cross.inc require gcc3-build-cross.inc
# cross packaging # cross packaging
include gcc-package-cross.inc require gcc-package-cross.inc

View File

@ -1,6 +1,6 @@
include gcc_${PV}.bb require gcc_${PV}.bb
# path mangling, needed by the cross packaging # path mangling, needed by the cross packaging
include gcc-paths-cross.inc require gcc-paths-cross.inc
inherit cross inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build* # NOTE: split PR. If the main .oe changes something that affects its *build*
@ -11,6 +11,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build # cross build
include gcc3-build-cross.inc require gcc3-build-cross.inc
# cross packaging # cross packaging
include gcc-package-cross.inc require gcc-package-cross.inc

View File

@ -1,6 +1,6 @@
include gcc_${PV}.bb require gcc_${PV}.bb
# path mangling, needed by the cross packaging # path mangling, needed by the cross packaging
include gcc-paths-cross.inc require gcc-paths-cross.inc
inherit cross inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build* # NOTE: split PR. If the main .oe changes something that affects its *build*
@ -11,6 +11,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build # cross build
include gcc3-build-cross.inc require gcc3-build-cross.inc
# cross packaging # cross packaging
include gcc-package-cross.inc require gcc-package-cross.inc

View File

@ -1,6 +1,6 @@
include gcc_csl-arm-2005q3.bb require gcc_csl-arm-2005q3.bb
# path mangling, needed by the cross packaging # path mangling, needed by the cross packaging
include gcc-paths-cross.inc require gcc-paths-cross.inc
inherit cross inherit cross
# NOTE: split PR. If the main .oe changes something that affects its *build* # NOTE: split PR. If the main .oe changes something that affects its *build*
# remember to increment this one too. # remember to increment this one too.
@ -10,6 +10,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build # cross build
include gcc3-cross-build.inc require gcc3-cross-build.inc
# cross packaging # cross packaging
include gcc-package-cross.inc require gcc-package-cross.inc

View File

@ -7,7 +7,7 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
inherit autotools gettext inherit autotools gettext
include gcc-package.inc require gcc-package.inc
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc34-reverse-compare.patch;patch=1 \ file://gcc34-reverse-compare.patch;patch=1 \
@ -24,4 +24,4 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://15342.patch;patch=1 \ file://15342.patch;patch=1 \
file://always-fixincperm.patch;patch=1" file://always-fixincperm.patch;patch=1"
include gcc3-build.inc require gcc3-build.inc

View File

@ -7,7 +7,7 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
inherit autotools gettext inherit autotools gettext
include gcc-package.inc require gcc-package.inc
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc34-reverse-compare.patch;patch=1 \ file://gcc34-reverse-compare.patch;patch=1 \
@ -27,4 +27,4 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
SRC_URI += "file://gcc34-configure.in.patch;patch=1" SRC_URI += "file://gcc34-configure.in.patch;patch=1"
SRC_URI += "file://gcc34-thumb-support.patch;patch=1" SRC_URI += "file://gcc34-thumb-support.patch;patch=1"
include gcc3-build.inc require gcc3-build.inc

View File

@ -8,7 +8,7 @@ PR = "r1"
inherit autotools gettext inherit autotools gettext
include gcc-package.inc require gcc-package.inc
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://arm-nolibfloat.patch;patch=1 \ file://arm-nolibfloat.patch;patch=1 \
@ -25,4 +25,4 @@ SRC_URI_append = " file://100-uclibc-conf.patch;patch=1 \
file://zecke-host-cpp-ac-hack.patch;patch=1 " file://zecke-host-cpp-ac-hack.patch;patch=1 "
include gcc4-build.inc require gcc4-build.inc

View File

@ -10,7 +10,7 @@ FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
inherit autotools gettext inherit autotools gettext
include gcc-package.inc require gcc-package.inc
SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm/2005q3-2/arm-2005q3-2-arm-none-linux-gnueabi.src.tar.bz2 \ SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm/2005q3-2/arm-2005q3-2-arm-none-linux-gnueabi.src.tar.bz2 \
file://gcc_optab_arm.patch;patch=1" file://gcc_optab_arm.patch;patch=1"
@ -22,6 +22,6 @@ do_unpack2() {
addtask unpack2 after do_unpack before do_patch addtask unpack2 after do_unpack before do_patch
include gcc3-build.inc require gcc3-build.inc
S = "${WORKDIR}/gcc-2005q3" S = "${WORKDIR}/gcc-2005q3"

View File

@ -1,4 +1,4 @@
include genext2fs_${PV}.bb require genext2fs_${PV}.bb
inherit native inherit native
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"

View File

@ -1,4 +1,4 @@
include genext2fs.inc require genext2fs.inc
PR = "r3" PR = "r3"

View File

@ -1,4 +1,4 @@
include gettext_${PV}.bb require gettext_${PV}.bb
S = "${WORKDIR}/gettext-${PV}" S = "${WORKDIR}/gettext-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}"
inherit native inherit native

View File

@ -174,5 +174,5 @@ do_stage() {
echo 'GROUP ( libc.so.6 libc_nonshared.a )' > ${CROSS_DIR}/${TARGET_SYS}/lib/libc.so echo 'GROUP ( libc.so.6 libc_nonshared.a )' > ${CROSS_DIR}/${TARGET_SYS}/lib/libc.so
} }
include glibc-package.bbclass require glibc-package.bbclass
include glibc.inc include glibc.inc

View File

@ -1,4 +1,4 @@
include gmp_${PV}.bb require gmp_${PV}.bb
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
S = "${WORKDIR}/gmp-${PV}" S = "${WORKDIR}/gmp-${PV}"

View File

@ -1,5 +1,5 @@
SECTION = "base" SECTION = "base"
include gnu-config_${PV}.bb require gnu-config_${PV}.bb
inherit native inherit native

View File

@ -1,3 +1,3 @@
SECTION = "x11/base" SECTION = "x11/base"
inherit native inherit native
include gtk-doc.bb require gtk-doc.bb

View File

@ -1,4 +1,4 @@
include hostap-modules.inc require hostap-modules.inc
PR = "r10" PR = "r10"
SRC_URI += "file://Makefile.patch;patch=1 \ SRC_URI += "file://Makefile.patch;patch=1 \

View File

@ -1,3 +1,3 @@
include hostap-utils.inc require hostap-utils.inc
PR = "r3" PR = "r3"

View File

@ -1,3 +1,3 @@
include hostap-utils.inc require hostap-utils.inc
PR = "r3" PR = "r3"

View File

@ -1,4 +1,4 @@
SECTION = "devel" SECTION = "devel"
include intltool_${PV}.bb require intltool_${PV}.bb
inherit native inherit native
DEPENDS = "libxml-parser-perl-native" DEPENDS = "libxml-parser-perl-native"

View File

@ -1,4 +1,4 @@
include ipkg-utils_${PV}.bb require ipkg-utils_${PV}.bb
SRC_URI += "file://ipkg-utils-fix.patch;patch=1" SRC_URI += "file://ipkg-utils-fix.patch;patch=1"
RDEPENDS = "" RDEPENDS = ""

View File

@ -1,2 +1,2 @@
include ipkg_${PV}.bb require ipkg_${PV}.bb
include ipkg-native.inc require ipkg-native.inc

View File

@ -1,2 +1,2 @@
include ipkg.inc require ipkg.inc
PR = "r4" PR = "r4"

View File

@ -1,5 +1,5 @@
SECTION = "libs" SECTION = "libs"
include jpeg_${PV}.bb require jpeg_${PV}.bb
inherit native inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}"
DEPENDS = "" DEPENDS = ""

View File

@ -1,5 +1,5 @@
SECTION = "libs" SECTION = "libs"
include libidl_${PV}.bb require libidl_${PV}.bb
inherit native inherit native
DEPENDS = "glib-2.0-native" DEPENDS = "glib-2.0-native"

View File

@ -1,4 +1,4 @@
include libmatchbox.inc require libmatchbox.inc
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://check.m4" file://check.m4"

View File

@ -1,4 +1,4 @@
include libmatchbox.inc require libmatchbox.inc
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://check.m4" file://check.m4"

View File

@ -1,4 +1,4 @@
include libmatchbox.inc require libmatchbox.inc
PV = "1.7+svn${SRCDATE}" PV = "1.7+svn${SRCDATE}"
DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE = "-1"

View File

@ -1,4 +1,4 @@
include libpng_${PV}.bb require libpng_${PV}.bb
inherit native inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libpng-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libpng-${PV}"
DEPENDS = "zlib-native" DEPENDS = "zlib-native"

View File

@ -1,5 +1,5 @@
SECTION = "devel" SECTION = "devel"
include libtool_${PV}.bb require libtool_${PV}.bb
PR = "r4" PR = "r4"
PACKAGES = "" PACKAGES = ""

View File

@ -1,5 +1,5 @@
SECTION = "devel" SECTION = "devel"
include libtool_${PV}.bb require libtool_${PV}.bb
PR = "r4" PR = "r4"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"

View File

@ -1,4 +1,4 @@
include linux-openzaurus.inc require linux-openzaurus.inc
PR = "r38" PR = "r38"

View File

@ -1,4 +1,4 @@
include linux-openzaurus.inc require linux-openzaurus.inc
PR = "r15" PR = "r15"

View File

@ -1,4 +1,4 @@
include m4_${PV}.bb require m4_${PV}.bb
inherit native inherit native

View File

@ -1,5 +1,5 @@
SECTION = "base" SECTION = "base"
include makedevs_${PV}.bb require makedevs_${PV}.bb
inherit native inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/makedevs-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/makedevs-${PV}"

View File

@ -1,4 +1,4 @@
include matchbox-panel.inc require matchbox-panel.inc
PR="r3" PR="r3"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"

View File

@ -1,4 +1,4 @@
include matchbox-panel.inc require matchbox-panel.inc
PV = "0.9.2+svn${SRCDATE}" PV = "0.9.2+svn${SRCDATE}"
DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE = "-1"

View File

@ -1,5 +1,5 @@
LICENSE = "GPL" LICENSE = "GPL"
include module-init-tools_${PV}.bb require module-init-tools_${PV}.bb
inherit cross inherit cross
DEFAULT_PREFERENCE = "0" DEFAULT_PREFERENCE = "0"
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6" PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6"

View File

@ -1,5 +1,5 @@
SECTION = "base" SECTION = "base"
include modutils_${PV}.bb require modutils_${PV}.bb
PR = "r8" PR = "r8"
inherit cross inherit cross
S = "${WORKDIR}/modutils-${PV}" S = "${WORKDIR}/modutils-${PV}"

View File

@ -22,7 +22,7 @@ export MOZ_CO_PROJECT="suite"
export MINIMO=1 export MINIMO=1
export MOZ_OBJDIR="${WORKDIR}/build-${TARGET_SYS}" export MOZ_OBJDIR="${WORKDIR}/build-${TARGET_SYS}"
include mozilla-cvs.inc require mozilla-cvs.inc
do_compile () { do_compile () {
mozilla_do_compile mozilla_do_compile

View File

@ -1,4 +1,4 @@
include mpfr_${PV}.bb require mpfr_${PV}.bb
inherit native inherit native
DEPENDS = "gmp-native" DEPENDS = "gmp-native"

View File

@ -1,6 +1,6 @@
LICENSE = "GPLv2" LICENSE = "GPLv2"
SECTION = "base" SECTION = "base"
include mtd-utils_${PV}.bb require mtd-utils_${PV}.bb
inherit native inherit native
DEPENDS = "zlib-native" DEPENDS = "zlib-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"

View File

@ -1,5 +1,5 @@
SECTION = "libs" SECTION = "libs"
include ncurses_${PV}.bb require ncurses_${PV}.bb
inherit native inherit native
EXTRA_OEMAKE = '"BUILD_CCFLAGS=${BUILD_CCFLAGS}"' EXTRA_OEMAKE = '"BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
DEPENDS = "" DEPENDS = ""

View File

@ -4,4 +4,4 @@ SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
file://visibility.patch;patch=1" file://visibility.patch;patch=1"
S = "${WORKDIR}/ncurses-${PV}" S = "${WORKDIR}/ncurses-${PV}"
include ncurses.inc require ncurses.inc

View File

@ -1,4 +1,4 @@
SECTION = "libs" SECTION = "libs"
include libxml-parser-perl_${PV}.bb require libxml-parser-perl_${PV}.bb
inherit native inherit native
DEPENDS = "perl-native expat-native" DEPENDS = "perl-native expat-native"

View File

@ -1,5 +1,5 @@
SECTION = "console/utils" SECTION = "console/utils"
include pkgconfig_${PV}.bb require pkgconfig_${PV}.bb
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
S = "${WORKDIR}/pkgconfig-${PV}" S = "${WORKDIR}/pkgconfig-${PV}"

View File

@ -1,5 +1,5 @@
SECTION = "unknown" SECTION = "unknown"
include popt_${PV}.bb require popt_${PV}.bb
inherit native inherit native
S = "${WORKDIR}/popt-${PV}" S = "${WORKDIR}/popt-${PV}"

View File

@ -1,4 +1,4 @@
include qemu_cvs.bb require qemu_cvs.bb
inherit native inherit native
prefix = "${STAGING_DIR}/${BUILD_SYS}" prefix = "${STAGING_DIR}/${BUILD_SYS}"

View File

@ -1,4 +1,4 @@
include readline_${PV}.bb require readline_${PV}.bb
inherit native inherit native
DEPENDS = "ncurses-native" DEPENDS = "ncurses-native"
FILESPATH = "${FILE_DIRNAME}/readline-${PV}:${FILE_DIRNAME}/readline:${FILE_DIRNAME}/files:${FILE_DIRNAME}" FILESPATH = "${FILE_DIRNAME}/readline-${PV}:${FILE_DIRNAME}/readline:${FILE_DIRNAME}/files:${FILE_DIRNAME}"

View File

@ -11,7 +11,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://mount.blacklist \ file://mount.blacklist \
file://udev_network_queue.sh" file://udev_network_queue.sh"
include udev.inc require udev.inc
INITSCRIPT_PARAMS = "start 03 S ." INITSCRIPT_PARAMS = "start 03 S ."

View File

@ -12,7 +12,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://udevsynthesize.sh \ file://udevsynthesize.sh \
file://mount.blacklist" file://mount.blacklist"
include udev.inc require udev.inc
INITSCRIPT_PARAMS = "start 03 S ." INITSCRIPT_PARAMS = "start 03 S ."

View File

@ -13,7 +13,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://udevsynthesize.sh \ file://udevsynthesize.sh \
file://mount.blacklist" file://mount.blacklist"
include udev.inc require udev.inc
INITSCRIPT_PARAMS = "start 03 S ." INITSCRIPT_PARAMS = "start 03 S ."

View File

@ -4,4 +4,4 @@ with the AP and to generate dynamic encryption keys (TKIP or CCMP)."
PR = "r3" PR = "r3"
include wpa-supplicant_${PV}.inc require wpa-supplicant_${PV}.inc

View File

@ -6,4 +6,4 @@ PR = "r3"
EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'"
include wpa-supplicant_${PV}.inc require wpa-supplicant_${PV}.inc

View File

@ -1,4 +1,4 @@
SECTION = "unknown" SECTION = "unknown"
include xextensions_${PV}.bb require xextensions_${PV}.bb
inherit native inherit native
PROVIDES = "" PROVIDES = ""

View File

@ -1,4 +1,4 @@
include encdec-updater.bb require encdec-updater.bb
inherit native inherit native
do_stage() { do_stage() {

View File

@ -1,6 +1,6 @@
SECTION = "console/utils" SECTION = "console/utils"
inherit native inherit native
include zip_${PV}.bb require zip_${PV}.bb
S = "${WORKDIR}/zip-${PV}" S = "${WORKDIR}/zip-${PV}"
do_stage() { do_stage() {

View File

@ -1,4 +1,4 @@
SECTION = "libs" SECTION = "libs"
include zlib_${PV}.bb require zlib_${PV}.bb
inherit native inherit native
DEPENDS = "" DEPENDS = ""

View File

@ -1,4 +1,4 @@
SECTION = "libs" SECTION = "libs"
include zlib_${PV}.bb require zlib_${PV}.bb
inherit native inherit native
DEPENDS = "" DEPENDS = ""

View File

@ -1,5 +1,5 @@
SECTION = "libs" SECTION = "libs"
include zlib_${PV}.bb require zlib_${PV}.bb
inherit native inherit native
DEPENDS = "" DEPENDS = ""
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/zlib-${PV}', '${FILE_DIRNAME}/zlib', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/zlib-${PV}', '${FILE_DIRNAME}/zlib', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"