mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 05:02:21 +02:00
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>
10 lines
243 B
BlitzBasic
10 lines
243 B
BlitzBasic
require attr.inc
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI += "file://memory-leak-in-copy.patch \
|
|
file://memory-leak2.patch \
|
|
file://double-free.patch \
|
|
file://pull-in-string.h.patch \
|
|
file://thinko-in-restore.patch"
|