mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
e8b86e3c10
Drop backport patch: - 0001-dev-hdc-open-failed-No-medium-found-will-print-out-i.patch Refresh: - 0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch Signed-off-by: Hongxu Jia <hongxu.jia@windriver.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"
|