mysql/mysql-native_4.1.22.bb: removed unneeded EXTRA_OEMAKE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:28:02 +0000 (09:28 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:34:04 +0000 (09:34 +0200)
verified by comparing bitbake -e output from before and after the edit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/mysql/mysql-native_4.1.22.bb

index 1427536..853519f 100644 (file)
@@ -7,7 +7,6 @@ SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz"
 RDEPENDS_${PN} = ""
 PACKAGES = ""
 DEPENDS = "ncurses-native"
-EXTRA_OEMAKE = ""
 EXTRA_OECONF = " --with-embedded-server "
 
 do_install() {