1
0
forked from brl/citadel
citadel/meta-citadel/recipes-support/lvm2/libdevmapper_2.03.01.bb

16 lines
300 B
BlitzBasic
Raw Normal View History

2018-01-18 18:19:47 -05:00
require lvm2.inc
2019-01-15 12:34:27 -05:00
SRCREV = "913c28917e62577a2ef67152b2e5159237503dda"
2018-01-18 18:19:47 -05:00
DEPENDS += "autoconf-archive-native"
TARGET_CC_ARCH += "${LDFLAGS}"
do_install() {
oe_runmake 'DESTDIR=${D}' -C libdm install
}
RRECOMMENDS_${PN}_append_class-target = " lvm2-udevrules"
BBCLASSEXTEND = "native nativesdk"