1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/bbappends/btrfs-tools_%.bbappend

5 lines
218 B
Plaintext
Raw Normal View History

2019-01-15 12:34:27 -05:00
# Put python library into a separate package and avoid dragging in python as RDEPENDS
PACKAGES =+ "${PN}-python"
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}"
RDEPENDS_${PN}_remove = "${PYTHON_PN}-core"