mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-15 14:40:24 +00:00
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
6 lines
104 B
BlitzBasic
6 lines
104 B
BlitzBasic
require python-mako_${PV}.bb
|
|
inherit native pythonnative
|
|
|
|
DEPENDS = "python-native"
|
|
RDEPENDS_${PN} = ""
|