mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
51dd17d627
1) Remove five patches for they have been merged in new version. 0001-udev-remove-unsupported-OPTIONS-event_timeout-rule.patch 0001-configure-Fix-setting-of-CLDFLAGS-default.patch 0001-activation-add-synchronization-point.patch 0002-activation-extend-handling-of-pending_delete.patch 0003-snapshot-always-activate.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
393 B
BlitzBasic
18 lines
393 B
BlitzBasic
# Break circular dependencies, only populate sysroot (header,
|
|
# libraries) to other recipe for compiling, recipe lvm2
|
|
# generates package libdevmapper
|
|
require lvm2.inc
|
|
|
|
DEPENDS += "autoconf-archive-native"
|
|
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' -C libdm install
|
|
}
|
|
|
|
# Do not generate package libdevmapper
|
|
PACKAGES = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|