From: Michael Mrozek Date: Mon, 20 Jun 2011 01:52:14 +0000 (+0200) Subject: pandora-pndstore: Fixed directory for ctypes.so X-Git-Tag: sz_beta3~116 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=46f0467315ba7601224d9e89d54e9ec530b81835 pandora-pndstore: Fixed directory for ctypes.so --- 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