summaryrefslogtreecommitdiffstats
path: root/rules/shiboken.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-20 21:12:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-20 23:00:01 +0200
commit8c915316c767d922bc9de6f11780ad2af3995a60 (patch)
tree1813f98fe96ef985211a05f7639c09848c4f389f /rules/shiboken.make
parent825b4fea442d3511b008c75cbccca8703df5408e (diff)
downloadptxdist-8c915316c767d922bc9de6f11780ad2af3995a60.tar.gz
ptxdist-8c915316c767d922bc9de6f11780ad2af3995a60.tar.xz
shiboken: fix targetinstall
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/shiboken.make')
-rw-r--r--rules/shiboken.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/shiboken.make b/rules/shiboken.make
index 242c14880..cca5f9107 100644
--- a/rules/shiboken.make
+++ b/rules/shiboken.make
@@ -71,7 +71,8 @@ $(STATEDIR)/shiboken.targetinstall:
@$(call install_fixup, shiboken,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
@$(call install_fixup, shiboken,DESCRIPTION,missing)
- @$(call install_lib, shiboken, 0, 0, 0644, libshiboken)
+ @$(call install_lib, shiboken, 0, 0, 0644, \
+ libshiboken-python$(PYTHON_MAJORMINOR))
@$(call install_finish, shiboken)