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-05 23:48:34 +0100 | 
| commit | 4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0 (patch) | |
| tree | a091dd24b9116a739ab3582d2e6e4c0db286eac3 | |
| parent | 3778c8a5c7800d301b8dc926fecd254c86f9ad81 (diff) | |
| download | openembedded-core-4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0.tar.gz openembedded-core-4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0.tar.bz2 openembedded-core-4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0.zip | |
systemtap: Don't set prefix to a path including  so examples get placed in the correct path and packaged correctly
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"  DEPENDS = "elfutils sqlite3"  SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" -PR = "r3" +PR = "r4"  PV = "1.4+git${SRCPV}"  SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \  	file://fix_for_compilation_with_gcc-4.6.0.patch \            " -EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm \ +EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \  	     ac_cv_file__usr_include_nss=no \  	     ac_cv_file__usr_include_nss3=no \  	     ac_cv_file__usr_include_nspr=no \ | 
