diff options
author | Robert Bradford <rob@openedhand.com> | 2007-02-01 14:57:56 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2007-02-01 14:57:56 +0000 |
commit | ef3d4d744d5f27d235c11ca8727ee7ac3c521788 (patch) | |
tree | c253c5c3e14760f5740cf455a72acd311bb83208 /meta/packages/oprofile/oprofile_cvs.bb | |
parent | 13f8e413f6c76b35628670790349d3949092855d (diff) | |
download | poky-ef3d4d744d5f27d235c11ca8727ee7ac3c521788.tar.gz |
Add patch that adds a "--list-files/-l" to oparchive that just lists what
would be copied rather than copying them.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1247 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 71cf31ae22..008b2a7ff5 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -9,6 +9,7 @@ DEPENDS = "popt binutils" | |||
9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
10 | file://oprofile_eabi.patch;patch=1 \ | 10 | file://oprofile_eabi.patch;patch=1 \ |
11 | file://oparchive-debug-dir.patch;patch=1 \ | 11 | file://oparchive-debug-dir.patch;patch=1 \ |
12 | file://oparchive-list-files.patch;patch=1 \ | ||
12 | file://acinclude.m4" | 13 | file://acinclude.m4" |
13 | S = "${WORKDIR}/oprofile" | 14 | S = "${WORKDIR}/oprofile" |
14 | 15 | ||