diff options
author | Mei Lei <lei.mei@intel.com> | 2010-10-21 12:36:51 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 13:52:01 +0100 |
commit | 0e0d14ed1e88ebff876abb3d00b08627a3879e8d (patch) | |
tree | 335844d5b995e324425c748c89b734aed87dc37a /meta/recipes-extended/at/at_3.1.12.bb | |
parent | 27d06858b5f3138039bddecc0eaaee1e05e21b48 (diff) | |
download | poky-0e0d14ed1e88ebff876abb3d00b08627a3879e8d.tar.gz |
at: remove nonrootinstall patch and modify some relevant files
remove nonrootinstall patch, and use a patch named nonstripbinaries to modi
fy the /at-3.1.10.2/Makefile.in, so it can also handles stripping of the bi
naries
Fix [BUG 246]
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-extended/at/at_3.1.12.bb')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index 999aa7fe3d..3be9489e4d 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb | |||
@@ -9,8 +9,8 @@ PR = "r3" | |||
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ |
11 | file://configure.patch \ | 11 | file://configure.patch \ |
12 | file://nonrootinstall.patch \ | ||
13 | file://use-ldflags.patch \ | 12 | file://use-ldflags.patch \ |
13 | file://nonstripbinaries.patch \ | ||
14 | file://fix_parallel_build_error.patch \ | 14 | file://fix_parallel_build_error.patch \ |
15 | file://posixtm.c \ | 15 | file://posixtm.c \ |
16 | file://posixtm.h \ | 16 | file://posixtm.h \ |