python(openslug), openslug kernel: enable tcl/tk in python, move kernel to 2.6.14-rc2
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 1 Oct 2005 02:28:33 +0000 (02:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Oct 2005 02:28:33 +0000 (02:28 +0000)
The changes overlap (in conf/distro/openslug.conf), the kernel change is, however,
only the version change in that file.

conf/distro/openslug-packages.conf
conf/distro/openslug.conf
conf/distro/ucslugc-packages.conf
conf/distro/ucslugc.conf
conf/machine/nslu2.conf
packages/meta/openslug-packages.bb
packages/python/python_2.4.2.bb

index 7a9cb67..130d544 100644 (file)
@@ -171,6 +171,7 @@ ${PKGDIR}/packages/sysfsutils/*.bb \
 ${PKGDIR}/packages/syslog-ng/*.bb \
 ${PKGDIR}/packages/sysvinit/*.bb \
 ${PKGDIR}/packages/tar/*.bb \
+${PKGDIR}/packages/tcltk/*.bb \
 ${PKGDIR}/packages/thttpd/*.bb \
 ${PKGDIR}/packages/timezones/*.bb \
 ${PKGDIR}/packages/tinylogin/*.bb \
@@ -188,7 +189,13 @@ ${PKGDIR}/packages/vsftpd/*.bb \
 ${PKGDIR}/packages/wakelan/*.bb \
 ${PKGDIR}/packages/wget/*.bb \
 ${PKGDIR}/packages/wireless-tools/*.bb \
+${PKGDIR}/packages/x11/*.bb \
+${PKGDIR}/packages/xau/*.bb \
+${PKGDIR}/packages/xdmcp/*.bb \
+${PKGDIR}/packages/xextensions/*.bb \
 ${PKGDIR}/packages/xinetd/*.bb \
+${PKGDIR}/packages/xproto/*.bb \
+${PKGDIR}/packages/xtrans/*.bb \
 ${PKGDIR}/packages/zd1211/*.bb \
 ${PKGDIR}/packages/zlib/*.bb \
 ${OPENSLUG_EXTRA_BBFILES}"
index 3d0f486..fb6a48b 100644 (file)
@@ -157,10 +157,14 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
 
+# Select the smallest provider of x11 libraries
+PREFERRED_PROVIDER_x11 ?= "diet-x11"
+CVSDATE_diet-xll ?= "20050930"
+
 # Select the correct versions of the kernel and modules
 PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-PREFERRED_VERSION_openslug-kernel ?= "2.6.12.2"
+PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc2"
 
 PREFERRED_VERSION_ixp4xx-csr ?= "1.4"
 PREFERRED_VERSION_ixp425-eth ?= "1.1"
index 77d1219..a3cee48 100644 (file)
@@ -155,6 +155,7 @@ ${PKGDIR}/packages/sysfsutils/*.bb \
 ${PKGDIR}/packages/syslog-ng/*.bb \
 ${PKGDIR}/packages/sysvinit/*.bb \
 ${PKGDIR}/packages/tar/*.bb \
+${PKGDIR}/packages/tcltk/*.bb \
 ${PKGDIR}/packages/thttpd/*.bb \
 ${PKGDIR}/packages/timezones/*.bb \
 ${PKGDIR}/packages/tinylogin/*.bb \
@@ -173,5 +174,11 @@ ${PKGDIR}/packages/vsftpd/*.bb \
 ${PKGDIR}/packages/wakelan/*.bb \
 ${PKGDIR}/packages/wget/*.bb \
 ${PKGDIR}/packages/wireless-tools/*.bb \
+${PKGDIR}/packages/x11/*.bb \
+${PKGDIR}/packages/xau/*.bb \
+${PKGDIR}/packages/xdmcp/*.bb \
+${PKGDIR}/packages/xextensions/*.bb \
+${PKGDIR}/packages/xproto/*.bb \
+${PKGDIR}/packages/xtrans/*.bb \
 ${PKGDIR}/packages/zlib/*.bb \
 ${UCSLUGC_EXTRA_BBFILES}"
index 82b4b67..c4db50c 100644 (file)
@@ -129,6 +129,10 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
 
+# Select the smallest provider of x11 libraries
+PREFERRED_PROVIDER_x11 ?= "diet-x11"
+CVSDATE_diet-xll ?= "20050930"
+
 # Select the correct versions of the kernel and modules
 PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
index 5a87441..03af449 100644 (file)
@@ -133,6 +133,7 @@ CVSDATE_gnu-config-native ?= "20050713"
 CVSDATE_ipkg-utils ?= "20050713"
 CVSDATE_ipkg-utils-native ?= "20050713"
 CVSDATE_ipkg-link ?= "20050713"
+CVSDATE_irssi ?= "20050930"
 
 CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/"
 INHERIT += "nslu2-mirrors"
index 2bb137d..3e23e80 100644 (file)
@@ -97,7 +97,6 @@ OPENSLUG_PACKAGES = "\
        procps \
        psmisc \
        puppy \
-       pvrusb2-mci \
        pwc \
        python \
        qc-usb-messenger \
@@ -130,14 +129,15 @@ OPENSLUG_PACKAGES = "\
        wget \
        xinetd \
        yp-tools ypbind ypserv \
-       zd1211 \
        zlib \
        "
 
 BROKEN_PACKAGES = "\
        groff \
        icecast \
+       pvrusb2-mci \
        watchdog \
+       zd1211 \
        "
 
 DEPENDS = 'openslug-image \
index 3b25a84..f29e0dc 100644 (file)
@@ -5,9 +5,7 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 PROVIDES = "python python-core"
-DEPENDS_GUI = "tcl tk"
-DEPENDS_GUI_nslu2 = ""
-DEPENDS = "python-native readline zlib gdbm openssl ${DEPENDS_GUI}"
+DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
 PR = "ml1"
 
 PYTHON_MAJMIN = "2.4"