into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/04 17:29:48+02:00 uni-frankfurt.de!mickeyl
upgrade python-imdbpy to 1.9
2005/05/04 16:25:25+01:00 orange!noodles
Remember to bump spitz kernel version after keymap fix.
2005/05/04 16:19:11+01:00 orange!noodles
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into pot.orange:/mnt/space/firm/OE/openembedded
2005/05/04 16:16:03+01:00 orange!noodles
Patch the kernel keymap for Spitz so it works under OPIE.
BKrev: 4278eccfV36-c97pCAk2TKBP2vSFww
PV = "2.4.20-rmk2-embedix"
LICENSE = "GPL"
KV = "2.4.20"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://developer.ezaurus.com/sl_j/source/c1000/20050228/linux-c1000-20050228-rom1_01.tar.bz2 \
file://P01-C3000-clockup_050221.patch;pnum=2;patch=1 \
file://1764-1.patch;patch=1 \
file://armdeffix.patch;patch=1 \
file://add-oz-release-string.patch;patch=1 \
+ file://saner-spitz-keymap.patch;patch=1 \
file://defconfig-${MACHINE} "
S = "${WORKDIR}/linux_n1"
+++ /dev/null
-DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database."
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-SRCNAME = "imdbpy"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/IMDbPY-${PV}"
-
-inherit distutils
-