From 065e7b5619c19e81cd310b8d87eb20f4a6a14625 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 23 Oct 2010 16:09:12 +0200 Subject: libvorbis: moved EXTRA_OECONF from inc to individual recipes this allows elimination of the override EXTRA_OECONF = "" in the 1.2.3 (and later) recipes Signed-off-by: Frans Meulenbroeks --- recipes/libvorbis/libvorbis.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/libvorbis/libvorbis.inc') diff --git a/recipes/libvorbis/libvorbis.inc b/recipes/libvorbis/libvorbis.inc index b3a154a346..2054849958 100644 --- a/recipes/libvorbis/libvorbis.inc +++ b/recipes/libvorbis/libvorbis.inc @@ -12,8 +12,4 @@ inherit autotools # thumb instruction set... FULL_OPTIMIZATION_thumb = "-O0" -EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ - --with-ogg-includes=${STAGING_INCDIR}" - - LEAD_SONAME = "libvorbis.so.0" -- cgit 1.2.3-korg