nbtk: Add 1.2.3 release

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-12 21:20:08 +00:00
parent 4108af2ac7
commit 3ef9c4c9a3
5 changed files with 20 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ PREFERRED_VERSION_libdrm ?= ""
PREFERRED_VERSION_xf86-input-keyboard ?= ""
PREFERRED_VERSION_dri2proto ?= ""
PREFERRED_VERSION_carrick ?= "1.1.13"
PREFERRED_VERSION_nbtk ?= "1.2.3"
SRCREV_pn-libdrm ?= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"

View File

@@ -48,6 +48,7 @@ SRCREV_pn-mutter ?= "${AUTOREV}"
SRCREV_pn-mutter-moblin ?= "${AUTOREV}"
SRCREV_pn-mux ?= "${AUTOREV}"
SRCREV_pn-nbtk ?= "${AUTOREV}"
PREFERRED_VERSION_nbtk ?= "1.2.3+git%
SRCREV_pn-mx ?= "${AUTOREV}"
SRCREV_pn-qemugl ?= "${AUTOREV}"
SRCREV_pn-sample-media ?= "${AUTOREV}"

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "Moblin toolkit library for netbooks"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
SRC_URI = "http://download.moblin.org/sources/${PN}/1.2/${PN}-${PV}.tar.bz2"
LICENSE = "LGPLv2.1"
PR = "r4"
DEPENDS = "clutter-1.0 libccss clutter-imcontext"
EXTRA_OECONF = "--disable-introspection"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
touch ${S}/INSTALL
}

View File

@@ -0,0 +1 @@
require nbtk.inc

View File

@@ -1,17 +1,5 @@
DESCRIPTION = "Moblin toolkit library for netbooks"
require nbtk.inc
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "1.2.3+git${SRCPV}"
PR = "r4"
DEPENDS = "clutter-1.0 libccss clutter-imcontext"
EXTRA_OECONF = "--disable-introspection"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
touch ${S}/INSTALL
}