mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
nbtk: Add 1.2.3 release
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
15
meta-moblin/packages/nbtk/nbtk.inc
Normal file
15
meta-moblin/packages/nbtk/nbtk.inc
Normal 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
|
||||
}
|
||||
1
meta-moblin/packages/nbtk/nbtk_1.2.3.bb
Normal file
1
meta-moblin/packages/nbtk/nbtk_1.2.3.bb
Normal file
@@ -0,0 +1 @@
|
||||
require nbtk.inc
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user