| Submitter | tom.zanussi@linux.intel.com |
|---|---|
| Date | March 1, 2013, 5:34 p.m. |
| Message ID | <7f6bfc610d60aabc3e69d8bb3b799ff3a7175c6e.1362158882.git.tom.zanussi@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45377/ |
| State | Accepted |
| Commit | 8a0d31af7008459d1affa0afe3ff193a78f9020d |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 7fc92c8..22f8959 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -6,6 +6,10 @@ DEPENDS = "elfutils sqlite3 systemtap-native" DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" +RDEPENDS_${PN} += "python bash" +RDEPENDS_${PN}_class-native += "python-native" +RDEPENDS_${PN}_class-nativesdk += "python-native" + PR = "r1" EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \