From f2893b80cffc46dad57864eb78b563f0876e6811 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Aug 2010 10:19:42 +0000 Subject: 500+ recipes: remove do_stage This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks Acked-by: Koen Kooi Acked-by: Michael 'Mickey' Lauer --- recipes/openal/openal_0.0.8.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/openal') diff --git a/recipes/openal/openal_0.0.8.bb b/recipes/openal/openal_0.0.8.bb index 839cf43855..79da60e151 100644 --- a/recipes/openal/openal_0.0.8.bb +++ b/recipes/openal/openal_0.0.8.bb @@ -13,10 +13,6 @@ do_configure_append () { sed -i "s/@requirements@/alsa vorbis/" admin/pkgconfig/openal.pc } -do_stage () { - autotools_stage_all -} - PACKAGES =+ "libopenal" FILES_libopenal += "${libdir}/libopenal.so.*" -- cgit 1.2.3-korg /'>openembedded-core
OpenEmbedded Core layerGrokmirror user
summaryrefslogtreecommitdiffstats
blob: c81afe565702c778eddf2451bedbd5496f6a092d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#@TYPE: Machine
#@NAME: common_pc
#@DESCRIPTION: Machine configuration for running a common x86

PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri"
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa-dri"

require conf/machine/include/tune-i586.inc

KERNEL_IMAGETYPE = "bzImage"

SERIAL_CONSOLE = "115200 ttyS0"

# We bypass swrast but we need it to be present for X to load correctly
XSERVER ?= "xserver-xorg \
           mesa-dri-driver-swrast \
           xf86-input-vmmouse \
           xf86-input-keyboard \
           xf86-input-evdev \
           xf86-video-vmware \
           qemugl"

require conf/machine/include/qemu.inc

MACHINE_FEATURES += "x86"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"