X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openembedded;a=blobdiff_plain;f=recipes%2Fpython%2Fpython_2.6.4.bb;h=8dcd68ee10ca26618b521c67efc0bc363b649754;hp=7e6203e2a152ee26a6f3c4809143c07ac54b4de6;hb=7df6b0791d8f48ca87617b9ef2efe770f9ca6720;hpb=da71bfa8b2faa477817dc7806da72f850fac46b9 diff --git a/recipes/python/python_2.6.4.bb b/recipes/python/python_2.6.4.bb index 7e6203e..8dcd68e 100755 --- a/recipes/python/python_2.6.4.bb +++ b/recipes/python/python_2.6.4.bb @@ -3,6 +3,7 @@ DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl zlib\ ${@base_contains('DISTRO_FEATURES', 'tk', 'tk', '', d)}" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" DEPENDS_opendreambox = "python-native db gdbm openssl readline sqlite3 zlib" +DEPENDS_vuplus = "python-native db gdbm openssl readline sqlite3 zlib" # set to .0 on every increase of INC_PR PR = "${INC_PR}.2" @@ -34,6 +35,11 @@ SRC_URI_append_opendreambox = " \ file://strict_aliasing_site.patch;patch=0;pnum=0 \ file://fix_pthread_site.patch;patch=0;pnum=0 \ file://forced_largefile_support.patch;patch=1;pnum=1" +SRC_URI_append_vuplus = " \ + file://some_configure_fixes.patch;patch=1;pnum=0 \ + file://strict_aliasing_site.patch;patch=0;pnum=0 \ + file://fix_pthread_site.patch;patch=0;pnum=0 \ + file://forced_largefile_support.patch;patch=1;pnum=1" S = "${WORKDIR}/Python-${PV}"