mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
02f460c5e3
Update lvm2 from 2.03.16 to 2.03.22. * remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done in upstream already * add patch to check egrep & grep * rebase patches * add package config 'dbus' and fix errors about it Signed-off-by: Kai Kang <kai.kang@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"
|