* [PATCH 0/1] Embrace BBCLASSEXTEND
@ 2010-12-21 10:49 Joshua Lock
2010-12-21 10:49 ` [PATCH 1/1] gnome-doc-utils: use BBCLASSEXTEND for native variant Joshua Lock
2010-12-21 14:42 ` [PATCH 0/1] Embrace BBCLASSEXTEND Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-21 10:49 UTC (permalink / raw)
To: poky
My last change to gnome-doc-utils introduced a separate file for the -native
variant. This change removes that and uses BBCLASSEXTEND.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: josh/make-382
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/make-382
Thanks,
Joshua Lock <josh@linux.intel.com>
---
Joshua Lock (1):
gnome-doc-utils: use BBCLASSEXTEND for native variant
.../gnome/gnome-doc-utils-native_0.20.2.bb | 7 -------
meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 +++
2 files changed, 3 insertions(+), 7 deletions(-)
delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb
--
1.7.3.3
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/1] gnome-doc-utils: use BBCLASSEXTEND for native variant
2010-12-21 10:49 [PATCH 0/1] Embrace BBCLASSEXTEND Joshua Lock
@ 2010-12-21 10:49 ` Joshua Lock
2010-12-21 14:42 ` [PATCH 0/1] Embrace BBCLASSEXTEND Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-21 10:49 UTC (permalink / raw)
To: poky
A recent patch from me created a native variant of gnome-doc-utils with a new
recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
.../gnome/gnome-doc-utils-native_0.20.2.bb | 7 -------
meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 +++
2 files changed, 3 insertions(+), 7 deletions(-)
delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb b/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb
deleted file mode 100644
index 30d5a5b..0000000
--- a/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require gnome-doc-utils_${PV}.bb
-
-inherit native
-
-DEPENDS = "libxml2-native libxslt-native"
-
-PR = "r0"
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 0cd8203..7328c59 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -1,5 +1,6 @@
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
+DEPENDS_virtclass-native = "libxml2-native libxslt-native"
inherit gnome
@@ -11,3 +12,5 @@ do_install_append() {
}
FILES_${PN} += "${datadir}/xml*"
+
+BBCLASSEXTEND = "native"
--
1.7.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] Embrace BBCLASSEXTEND
2010-12-21 10:49 [PATCH 0/1] Embrace BBCLASSEXTEND Joshua Lock
2010-12-21 10:49 ` [PATCH 1/1] gnome-doc-utils: use BBCLASSEXTEND for native variant Joshua Lock
@ 2010-12-21 14:42 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2010-12-21 14:42 UTC (permalink / raw)
To: Joshua Lock; +Cc: poky
On Tue, 2010-12-21 at 10:49 +0000, Joshua Lock wrote:
> My last change to gnome-doc-utils introduced a separate file for the -native
> variant. This change removes that and uses BBCLASSEXTEND.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: josh/make-382
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/make-382
>
> Thanks,
> Joshua Lock <josh@linux.intel.com>
> ---
>
>
> Joshua Lock (1):
> gnome-doc-utils: use BBCLASSEXTEND for native variant
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-21 14:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 10:49 [PATCH 0/1] Embrace BBCLASSEXTEND Joshua Lock
2010-12-21 10:49 ` [PATCH 1/1] gnome-doc-utils: use BBCLASSEXTEND for native variant Joshua Lock
2010-12-21 14:42 ` [PATCH 0/1] Embrace BBCLASSEXTEND Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.