into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/06/26 14:01:44+02:00 handhelds.org!CoreDump
checkversion: Do not check kernel version for snapshots
BKrev: 42be9968grfj7NBYKukl3VoDndhU7Q
#!/bin/sh
+
found=`cat /proc/version | cut -d ' ' -f3`
+echo "$found" | grep -q "snapshot" && exit 0
if [ "VERSION" != "$found" ] ; then
echo -e >/dev/tty1
DEPENDS_openzaurus = "makedevs virtual/kernel"
RDEPENDS = "makedevs"
LICENSE = "GPL"
-PR = "r45"
+PR = "r46"
SRC_URI = "file://halt \
file://ramdisk \