mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
Index: intltool-0.40.0/intltool-extract.in
|
||||
===================================================================
|
||||
--- intltool-0.40.0.orig/intltool-extract.in 2008-12-17 11:50:19.000000000 +0000
|
||||
+++ intltool-0.40.0/intltool-extract.in 2008-12-17 11:50:31.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@INTLTOOL_PERL@ -w
|
||||
+#!@INTLTOOL_PERL@
|
||||
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
|
||||
#
|
||||
Index: intltool-0.40.0/intltool-merge.in
|
||||
===================================================================
|
||||
--- intltool-0.40.0.orig/intltool-merge.in 2008-12-17 11:50:19.000000000 +0000
|
||||
+++ intltool-0.40.0/intltool-merge.in 2008-12-17 11:50:38.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@INTLTOOL_PERL@ -w
|
||||
+#!@INTLTOOL_PERL@
|
||||
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
|
||||
#
|
||||
Index: intltool-0.40.0/intltool-prepare.in
|
||||
===================================================================
|
||||
--- intltool-0.40.0.orig/intltool-prepare.in 2008-12-17 11:50:19.000000000 +0000
|
||||
+++ intltool-0.40.0/intltool-prepare.in 2008-12-17 11:50:42.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@INTLTOOL_PERL@ -w
|
||||
+#!@INTLTOOL_PERL@
|
||||
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
|
||||
# Intltool .desktop, .directory Prepare Tool
|
||||
Index: intltool-0.40.0/intltool-unicodify.in
|
||||
===================================================================
|
||||
--- intltool-0.40.0.orig/intltool-unicodify.in 2008-12-17 11:50:19.000000000 +0000
|
||||
+++ intltool-0.40.0/intltool-unicodify.in 2008-12-17 11:50:46.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@INTLTOOL_PERL@ -w
|
||||
+#!@INTLTOOL_PERL@
|
||||
|
||||
#
|
||||
# The i18n Unicode Encoding Utility
|
||||
Index: intltool-0.40.0/intltool-update.in
|
||||
===================================================================
|
||||
--- intltool-0.40.0.orig/intltool-update.in 2008-12-17 11:50:19.000000000 +0000
|
||||
+++ intltool-0.40.0/intltool-update.in 2008-12-17 11:50:49.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@INTLTOOL_PERL@ -w
|
||||
+#!@INTLTOOL_PERL@
|
||||
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
|
||||
#
|
||||
17
meta/recipes-devtools/intltool/intltool.inc
Normal file
17
meta/recipes-devtools/intltool/intltool.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Utility scripts for internationalizing XML"
|
||||
PRIORITY = "optional"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPL"
|
||||
|
||||
URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
|
||||
SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/intltool-${PV}"
|
||||
|
||||
DEPENDS = "libxml-parser-perl-native"
|
||||
#RDEPENDS = "libxml-parser-perl"
|
||||
RRECOMMENDS = "perl-modules"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
export PERL_virtclass-native = "/usr/bin/env perl"
|
||||
BBCLASSEXTEND = "native"
|
||||
5
meta/recipes-devtools/intltool/intltool_0.40.6.bb
Normal file
5
meta/recipes-devtools/intltool/intltool_0.40.6.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require intltool.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
|
||||
Reference in New Issue
Block a user