[oe-commits] Tom Zanussi : perf: add bison and flex to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 15:05:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: f04b0ddb7a392425ba5890026564bc3521a32c67
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f04b0ddb7a392425ba5890026564bc3521a32c67

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Sat Aug 25 17:57:22 2012 -0500

perf: add bison and flex to DEPENDS

perf depends on bison and flex for event parsing - add them as
dependencies.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

---

 meta/recipes-kernel/perf/perf_3.4.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index 5fb38e6..decc911 100644
--- a/meta/recipes-kernel/perf/perf_3.4.bb
+++ b/meta/recipes-kernel/perf/perf_3.4.bb
@@ -9,7 +9,7 @@ as well."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-PR = "r4"
+PR = "r5"
 
 require perf.inc
 
@@ -24,6 +24,7 @@ DEPENDS = "virtual/kernel \
            ${MLPREFIX}binutils \
            ${TUI_DEPENDS} \
            ${SCRIPTING_DEPENDS} \
+           bison flex \
           "
 
 SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}"





More information about the Openembedded-commits mailing list