diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 22:32:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 10:57:48 +0100 |
commit | 2114521c160c8e6faac690eff1161dc57c668240 (patch) | |
tree | 08e2abeff287698b5e9cce6273cba03bc0c24056 | |
parent | 826a7ef5f98289b4f0c2b0d9f23af03ebf7f4242 (diff) | |
download | poky-2114521c160c8e6faac690eff1161dc57c668240.tar.gz |
systemtap: Don't set prefix to a path including so examples get placed in the correct path and packaged correctly
(From OE-Core rev: 4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index f24c179b69..e8aa54f683 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | DEPENDS = "elfutils sqlite3" | 5 | DEPENDS = "elfutils sqlite3" |
6 | 6 | ||
7 | SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" | 7 | SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | PV = "1.4+git${SRCPV}" | 9 | PV = "1.4+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ | 11 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ |
12 | file://fix_for_compilation_with_gcc-4.6.0.patch \ | 12 | file://fix_for_compilation_with_gcc-4.6.0.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
16 | ac_cv_file__usr_include_nss=no \ | 16 | ac_cv_file__usr_include_nss=no \ |
17 | ac_cv_file__usr_include_nss3=no \ | 17 | ac_cv_file__usr_include_nss3=no \ |
18 | ac_cv_file__usr_include_nspr=no \ | 18 | ac_cv_file__usr_include_nspr=no \ |