# Native packages are built indirectly via dependency,
# no need for them to be a direct target of 'world'
EXCLUDE_FROM_WORLD = "1"
PACKAGES = ""
PACKAGE_ARCH = "${BUILD_ARCH}"
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
# When this class has packaging enabled, setting
# RPROVIDES becomes unnecessary.
RPROVIDES = "${PN}"
TARGET_ARCH = "${BUILD_ARCH}"
TARGET_OS = "${BUILD_OS}"
TARGET_VENDOR = "${BUILD_VENDOR}"
TARGET_PREFIX = "${BUILD_PREFIX}"
TARGET_CC_ARCH = "${BUILD_CC_ARCH}"
TARGET_EXEEXT = "${BUILD_EXEEXT}"
HOST_ARCH = "${BUILD_ARCH}"
HOST_OS = "${BUILD_OS}"
HOST_VENDOR = "${BUILD_VENDOR}"
HOST_PREFIX = "${BUILD_PREFIX}"
HOST_CC_ARCH = "${BUILD_CC_ARCH}"
HOST_EXEEXT = "${BUILD_EXEEXT}"
CPPFLAGS = "${BUILD_CPPFLAGS}"
CFLAGS = "${BUILD_CFLAGS}"
CXXFLAGS = "${BUILD_CFLAGS}"
LDFLAGS = "${BUILD_LDFLAGS}"
LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE} "
STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
STAGING_DIR_JAVA = "${STAGING_DATADIR_JAVA_NATIVE}"
# Don't use site files for native builds
export CONFIG_SITE = ""
# set the compiler as well. It could have been set to something else
export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
export CXX = "${CCACHE}${HOST_PREFIX}g++ ${HOST_CC_ARCH}"
export F77 = "${CCACHE}${HOST_PREFIX}g77 ${HOST_CC_ARCH}"
export CPP = "${HOST_PREFIX}gcc -E"
export LD = "${HOST_PREFIX}ld"
export CCLD = "${CC}"
export AR = "${HOST_PREFIX}ar"
export AS = "${HOST_PREFIX}as"
export RANLIB = "${HOST_PREFIX}ranlib"
export STRIP = "${HOST_PREFIX}strip"
# Path prefixes
base_prefix = "${STAGING_DIR_NATIVE}"
prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
# Since we actually install these into situ there is no staging prefix
STAGING_DIR_HOST = ""
STAGING_DIR_TARGET = ""
SHLIBSDIR = "${STAGING_DIR_NATIVE}/shlibs"
PKG_CONFIG_DIR = "${libdir}/pkgconfig"
do_stage_native () {
# If autotools is active, use the autotools staging function, else
# use our "make install" equivalent
if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" == "1" ]
then
autotools_stage_all
else
oe_runmake install
fi
}
do_stage () {
do_stage_native
}
PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"
PKG_CONFIG_SYSROOT_DIR = ""
ORIG_DEPENDS := "${DEPENDS}"
DEPENDS_virtclass-native ?= "${ORIG_DEPENDS}"
python __anonymous () {
# If we've a legacy native do_stage, we need to neuter do_install
stagefunc = bb.data.getVar('do_stage', d, True)
# For now, force legacy mode for native packages using autotools_stage_all
if (stagefunc.strip() == "autotools_stage_all"):
bb.debug(1, "Forcing legacy staging mode for %s" % bb.data.getVar('FILE', d, 1))
bb.data.setVar('FORCE_LEGACY_STAGING', "1", d)
elif (stagefunc.strip() != "do_stage_native" and stagefunc.strip() != "autotools_stage_all") and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1":
bb.data.setVar("do_install", " :", d)
if "native" in (bb.data.getVar('BBCLASSEXTEND', d, True) or ""):
pn = bb.data.getVar("PN", d, True)
depends = bb.data.getVar("DEPENDS_virtclass-native", d, True)
deps = bb.utils.explode_deps(depends)
newdeps = []
for dep in deps:
if dep.endswith("-cross"):
newdeps.append(dep.replace("-cross", "-native"))
elif not dep.endswith("-native"):
newdeps.append(dep + "-native")
else:
newdeps.append(dep)
bb.data.setVar("DEPENDS_virtclass-native", " ".join(newdeps), d)
provides = bb.data.getVar("PROVIDES", d, True)
for prov in provides.split():
if prov.find(pn) != -1:
continue
if not prov.endswith("-native"):
provides = provides.replace(prov, prov + "-native")
bb.data.setVar("PROVIDES", provides, d)
bb.data.setVar("OVERRIDES", bb.data.getVar("OVERRIDES", d, False) + ":virtclass-native", d)
}
767bec505484fe872371c4e2427f4b0'>recipes/abiword/abiword-2.5.inc
7 | |
| -rw-r--r-- | recipes/abiword/abiword_2.8.1.bb | 57 | |
| -rwxr-xr-x | recipes/abiword/files/autogen-common.sh | 28 | |
| -rw-r--r-- | recipes/abiword/files/nodolt.patch | 12 | |
| -rw-r--r-- | recipes/accelges/accelges_svn.bb | 2 | |
| -rw-r--r-- | recipes/aceofpenguins/aceofpenguins-launcher_0.4.bb | 21 | |
| -rw-r--r-- | recipes/aceofpenguins/aceofpenguins_1.2.bb | 18 | |
| -rw-r--r-- | recipes/aceofpenguins/files/gcc4.patch | 23 | |
| -rw-r--r-- | recipes/acpid/acpid-1.0.10/event.c.diff | 43 | |
| -rw-r--r-- | recipes/acpid/acpid-1.0.10/gcc44.diff | 71 | |
| -rw-r--r-- | recipes/acpid/acpid-1.0.10/netlink.diff | 2964 | |
| -rw-r--r-- | recipes/acpid/acpid_1.0.10.bb | 7 | |
| -rw-r--r-- | recipes/addons/devshell.bb | 3 | |
| -rw-r--r-- | recipes/agg/agg_2.5.bb | 6 | |
| -rw-r--r-- | recipes/aircrack/aircrack-ng_1.0-svn.bb | 2 | |
| -rw-r--r-- | recipes/alsa/alsa-lib_1.0.20.bb | 1 | |
| -rw-r--r-- | recipes/alsa/alsa-plugins_1.0.20.bb | 22 | |
| -rw-r--r-- | recipes/alsa/alsa-state.bb | 6 | |
| -rw-r--r-- | recipes/alsa/alsa-utils_1.0.13.bb | 2 | |
| -rw-r--r-- | recipes/angstrom/angstrom-feed-configs.bb | 4 | |
| -rw-r--r-- | recipes/angstrom/angstrom-gpe-task-settings.bb | 3 | |
| -rw-r--r-- | recipes/angstrom/angstrom-led-config.bb | 2 | |
| -rw-r--r-- | recipes/angstrom/angstrom-led-config/cm-t35/leds | 2 | |
| -rw-r--r-- | recipes/angstrom/angstrom-led-config/omap3-pandora/leds | 8 | |
| -rw-r--r-- | recipes/angstrom/angstrom-uboot-scripts.bb | 38 | |
| -rw-r--r-- | recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd | 4 | |
| -rw-r--r-- | recipes/angstrom/angstrom-uboot-scripts/pico.cmd | 3 | |
| -rw-r--r-- | recipes/angstrom/angstrom-uboot-scripts/touchbook-vrfb.cmd | 4 | |
| -rw-r--r-- | recipes/angstrom/angstrom-uboot-scripts/touchbook.cmd | 4 | |
| -rw-r--r-- | recipes/angstrom/e-wm-config-angstrom.bb | 10 | |
| -rw-r--r-- | recipes/ant/ant-native_1.7.1.bb | 64 | |
| -rwxr-xr-x | recipes/ant/files/ant | 10 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/apr-sockets-patch | 10 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/apr.h.in.patch | 13 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/configure-patch | 71 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/configure.in.patch | 27 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/dftables-makefile-patch | 10 | |
| -rw-r--r-- | recipes/apache2/apache2-2.2.14/server-makefile-patch | 11 | |
| -rw-r--r-- | recipes/apache2/apache2-native_2.2.14.bb | 39 | |
| -rw-r--r-- | recipes/apache2/apache2_2.2.14.bb | 114 | |
| -rw-r--r-- | recipes/apt/apt-0.7.20.2/no-doxygen.patch | 12 | |
| -rw-r--r-- | recipes/apt/apt-0.7.20.2/no-ko-translation.patch | 9 | |
| -rw-r--r-- | recipes/apt/apt-0.7.20.2/use-host.patch | 44 | |
| -rw-r--r-- | recipes/apt/apt-package.inc | 7 | |
| -rw-r--r-- | recipes/apt/apt.inc | 3 | |
| -rw-r--r-- | recipes/apt/apt_0.7.14.bb | 7 | |
| -rw-r--r-- | recipes/apt/apt_0.7.19.bb | 7 | |
| -rw-r--r-- | recipes/apt/apt_0.7.20.2.bb | 9 | |
| -rw-r--r-- | recipes/apt/files/volatiles | 4 | |
| -rw-r--r-- | recipes/asciidoc/asciidoc_8.5.1.bb | 20 | |
| -rw-r--r-- | recipes/asio/asio.inc | 14 | |
| -rw-r--r-- | recipes/asio/asio_1.1.1.bb | 15 | |
| -rw-r--r-- | recipes/asio/asio_1.4.1.bb | 3 | |
| -rw-r--r-- | recipes/asterisk/asterisk_1.4.23.1.bb | 2 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91cap9adk/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9260ek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9261ek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9263ek/defconfig | 113 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9g20ek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9g45ek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9rlek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/at91sam9xeek/defconfig | 110 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/defconfig | 91 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/memory_bus_1.8v.patch | 22 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/mtcdp/defconfig | 91 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap-2.13/mtcdp/sdram_slow_slew_rate.patch | 15 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap.inc | 1 | |
| -rw-r--r-- | recipes/at91bootstrap/at91bootstrap_2.13.bb | 15 | |
| -rw-r--r-- | recipes/atk/atk-native_1.28.0.bb | 6 | |
| -rw-r--r-- | recipes/atk/atk_1.26.0.bb | 16 | |
| -rw-r--r-- | recipes/atk/atk_1.28.0.bb | 16 | |
| -rw-r--r-- | recipes/audiofile/audiofile-0.2.6/CVE-2008-5824.patch | 23 | |
| -rw-r--r-- | recipes/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch | 67 | |
| -rw-r--r-- | recipes/audiofile/audiofile-0.2.6/audiofile-m4_quote_fix.diff | 11 | |
| -rw-r--r-- | recipes/audiofile/audiofile-0.2.6/audiofile-oldstyle.patch | 55 | |
| -rw-r--r-- | recipes/audiofile/audiofile_0.2.6.bb | 22 | |
| -rw-r--r-- | recipes/aufs/aufs2-util_git.bb | 28 | |
| -rw-r--r-- | recipes/aufs/aufs_cvs.bb | 8 | |
| -rw-r--r-- | recipes/autoconf/autoconf-2.59/path_prog_fixes.patch | 126 | |
| -rw-r--r-- | recipes/autoconf/autoconf-2.61/autoconf-dont-execute-perl.patch | 41 | |
| -rw-r--r-- | recipes/autoconf/autoconf-2.61/path_prog_fixes.patch | 126 | |
| -rw-r--r-- | recipes/autoconf/autoconf-2.63/path_prog_fixes.patch | 126 | |
| -rw-r--r-- | recipes/autoconf/autoconf-native_2.59.bb | 2 | |
| -rw-r--r-- | recipes/autoconf/autoconf-native_2.61.bb | 1 | |
| -rw-r--r-- | recipes/autoconf/autoconf-native_2.63.bb | 1 | |
| -rw-r--r-- | recipes/autoconf/autoconf.inc | 12 | |
| -rw-r--r-- | recipes/autoconf/autoconf213-native_2.13.bb | 2 | |
| -rw-r--r-- | recipes/autoconf/autoconf213_2.13.bb | 2 | |
| -rw-r--r-- | recipes/autoconf/autoconf_2.57.bb | 2 | |
| -rw-r--r-- | recipes/autoconf/autoconf_2.59.bb | 7 | |
| -rw-r--r-- | recipes/autoconf/autoconf_2.61.bb | 8 | |
| -rw-r--r-- | recipes/autoconf/autoconf_2.63.bb | 17 | |
| -rw-r--r-- | recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch | 8 | |
| -rw-r--r-- | recipes/autofs/autofs.inc | 19 | |
| -rw-r--r-- | recipes/autofs/autofs_3.1.7.bb | 20 | |
| -rw-r--r-- | recipes/autofs/autofs_4.0.0.bb | 17 | |
| -rw-r--r-- | recipes/autofs/autofs_4.1.4.bb | 23 | |
| -rw-r--r-- | recipes/automake/automake-1.10/path_prog_fixes.patch | 43 | |
| -rw-r--r-- | recipes/automake/automake-native.inc | 4 | |
| -rw-r--r-- | recipes/automake/automake-native_1.11.1.bb | 5 | |
| -rw-r--r-- | recipes/automake/automake.inc | 26 | |
| -rw-r--r-- | recipes/automake/automake_1.10.2.bb | 31 | |
| -rw-r--r-- | recipes/automake/automake_1.11.1.bb | 4 | |
| -rw-r--r-- | recipes/automake/automake_1.9.6.bb | 29 | |
| -rw-r--r-- | recipes/automake/files/path_prog_fixes.patch | 55 | |
| -rw-r--r-- | recipes/avahi/avahi-python_0.6.25.bb | 19 | |
| -rw-r--r-- | recipes/avahi/avahi-ui_0.6.25.bb | 20 | |
| -rw-r--r-- | recipes/avahi/avahi.inc | 2 | |
| -rw-r--r-- | recipes/avahi/avahi_0.6.25.bb | 7 | |
| -rw-r--r-- | recipes/balsa/balsa-2.4.0/balsa-no-spell.patch | 53 | |
| -rw-r--r-- | recipes/balsa/balsa-2.4.0/balsa-touch.patch | 11 | |
| -rw-r--r-- | recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch | 14 | |
| -rw-r--r-- | recipes/balsa/balsa_2.4.0.bb | 80 | |
| -rw-r--r-- | recipes/balsa/balsa_2.4.2.bb | 93 | |
| -rw-r--r-- | recipes/base-files/base-files/corecdp/issue | 8 | |
| -rw-r--r-- | recipes/base-files/base-files/corecdp/issue.net | 8 | |
| -rw-r--r-- | recipes/base-files/base-files/corecdp/profile | 34 | |
| -rwxr-xr-x[-rw-r--r--] | recipes/base-files/base-files/jornada6xx/fstab | 6 | |
| -rwxr-xr-x | recipes/base-files/base-files/jornada6xx/issue | 2 | |
| -rwxr-xr-x | recipes/base-files/base-files/jornada6xx/issue.net | 2 | |
| -rwxr-xr-x | recipes/base-files/base-files/jornada6xx/profile | 34 | |
| -rw-r--r-- | recipes/base-files/base-files/mtcdp-embedded/fstab | 12 | |
| -rw-r--r-- | recipes/base-files/base-files/mtcdp-embedded/profile | 34 | |
| -rw-r--r-- | recipes/base-files/base-files/mtcdp/fstab | 12 | |
| -rw-r--r-- | recipes/base-files/base-files/mtcdp/profile | 34 | |
| -rw-r--r-- | recipes/base-files/base-files/omap3-pandora/fstab | 13 | |
| -rw-r--r-- | recipes/base-files/base-files/omap3-pandora/profile | 34 | |
| -rw-r--r-- | recipes/base-files/base-files_3.0.14.bb | 17 | |
| -rw-r--r-- | recipes/bash/bash_3.0.bb | 2 | |
| -rw-r--r-- | recipes/bash/bash_3.2.bb | 2 | |
| -rw-r--r-- | recipes/batmand/batmand-0.3.2/makefile-fix.patch | 13 | |
| -rw-r--r-- | recipes/batmand/batmand.inc | 28 | |
| -rw-r--r-- | recipes/batmand/batmand_0.3.2.bb | 3 | |
| -rw-r--r-- | |