python-vcversioner: empty the RDEPENDS for native

The RDEPENDS for native package is not needed,
and it will fail since there is no provider for
python-subprocess-native:

| ERROR: Nothing RPROVIDES 'python-subprocess-native'

so empty the RDEPENDS for native package.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jackie Huang
2016-12-30 10:28:40 +08:00
committed by Martin Jansa
parent 75da410e4e
commit 3ad0b30fea

View File

@@ -20,5 +20,6 @@ do_install_append() {
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"