[oe-commits] [openembedded-core] 82/102: x264: remove EXTRA_OEMAKE workaround

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 22:58:52 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e40bbc303d4df2508f5c16b2f13207497eb3ece6
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Fri Aug 26 12:16:13 2016 +0200

    x264: remove EXTRA_OEMAKE workaround
    
    The default of EXTRA_OEMAKE is already empty since commit:
    
    OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
    bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE
    
    Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/x264/x264_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 0a69909..fa44f9c 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -42,8 +42,6 @@ do_configure() {
     ./configure ${EXTRA_OECONF}
 }
 
-# Get rid of -e
-EXTRA_OEMAKE = ""
 AS = "${TARGET_PREFIX}gcc"
 
 do_install() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list