From 46f0467315ba7601224d9e89d54e9ec530b81835 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Mon, 20 Jun 2011 03:52:14 +0200 Subject: [PATCH] pandora-pndstore: Fixed directory for ctypes.so --- recipes/pandora-system/pandora-pndstore.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index 068ba69..20919cb 100755 --- a/recipes/pandora-system/pandora-pndstore.bb +++ b/recipes/pandora-system/pandora-pndstore.bb @@ -18,6 +18,8 @@ do_install() { install -m 0775 ${S}/PNDstore ${D}${prefix}/pandora/scripts/pndstore/PNDstore install -m 0775 ${S}/pndst ${D}${prefix}/pandora/scripts/pndstore/pndst install -m 0644 ${S}/README.rst ${D}${prefix}/pandora/scripts/pndstore/README.rst + + install -d ${D}$/usr/lib/python2.6/lib-dynload/ install -m 0644 ${WORKDIR}/_ctypes.so ${D}/usr/lib/python2.6/lib-dynload/_ctypes.so install -d ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui -- 2.39.5