Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMatthias Hentges <oe@hentges.net>
Sun, 26 Jun 2005 12:02:48 +0000 (12:02 +0000)
committerMatthias Hentges <oe@hentges.net>
Sun, 26 Jun 2005 12:02:48 +0000 (12:02 +0000)
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

packages/initscripts/initscripts-1.0/openzaurus/checkversion
packages/initscripts/initscripts_1.0.bb

index 6c52816..0c8be4f 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
+
 found=`cat /proc/version | cut -d ' ' -f3`
+echo "$found" | grep -q "snapshot" && exit 0
 
 if [ "VERSION" != "$found" ] ; then
        echo -e >/dev/tty1
index 94d5506..058dc3d 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "makedevs"
 DEPENDS_openzaurus = "makedevs virtual/kernel"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r45"
+PR = "r46"
 
 SRC_URI = "file://halt \
            file://ramdisk \