summaryrefslogtreecommitdiffstats
path: root/meta/packages/attr/attr_2.4.44.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-29 18:34:42 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-06 18:28:26 +0100
commit680f8bf8ae8a850327d68fb24c7ee0c8631d2e45 (patch)
tree495c3a2cab566b04a4eadd53a4eb9f5af99afb64 /meta/packages/attr/attr_2.4.44.bb
parent28d52a2f7a2755dc12076d33eef9a917761979ef (diff)
downloadpoky-680f8bf8ae8a850327d68fb24c7ee0c8631d2e45.tar.gz
attr: various improvements
changes: - separate the build system to ea-acl.inc, it is also used by upcoming acl (ea stands for extended attributes) - the .so.* is moved to /lib, so it can be used by packages like udev - change absolute symbolic links to relative path, code inspired by udev - manual fix to .la Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/attr/attr_2.4.44.bb')
-rw-r--r--meta/packages/attr/attr_2.4.44.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/attr/attr_2.4.44.bb b/meta/packages/attr/attr_2.4.44.bb
index f63d238350..0b21b33dcf 100644
--- a/meta/packages/attr/attr_2.4.44.bb
+++ b/meta/packages/attr/attr_2.4.44.bb
@@ -1,6 +1,6 @@
1require attr.inc 1require attr.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5SRC_URI += "file://memory-leak-in-copy.patch \ 5SRC_URI += "file://memory-leak-in-copy.patch \
6 file://memory-leak2.patch \ 6 file://memory-leak2.patch \