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 | openembedded-core-0e0d14ed1e88ebff876abb3d00b08627a3879e8d.tar.gz openembedded-core-0e0d14ed1e88ebff876abb3d00b08627a3879e8d.tar.bz2 openembedded-core-0e0d14ed1e88ebff876abb3d00b08627a3879e8d.zip |
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" SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ file://configure.patch \ - file://nonrootinstall.patch \ file://use-ldflags.patch \ + file://nonstripbinaries.patch \ file://fix_parallel_build_error.patch \ file://posixtm.c \ file://posixtm.h \ |