Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openplugins-replace-pli.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Open version should replace old PLi version of the same plugin. This
# include file arranges that the Open version is newer, and that the
# old PLi plugin is removed on install.
OLDPKG = "${@bb.data.getVar('PN',d,1).replace('-extensions-','-pli-')}"
OLDPKG = "${@d.getVar('PN',True).replace('-extensions-','-pli-')}"
RREPLACES_${PN} = "${OLDPKG}"
RCONFLICTS_${PN} = "${OLDPKG}"

Expand Down