* [PATCH] consolekit: depend on libx11
@ 2012-02-10 22:04 Andreas Oberritter
2012-02-11 2:09 ` Khem Raj
2012-02-21 19:08 ` Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Andreas Oberritter @ 2012-02-10 22:04 UTC (permalink / raw)
To: openembedded-core
* Fixes the following error at configure time:
|checking for TOOLS... no
|configure: error: Package requirements (x11 >= 1.0.0
| glib-2.0 >= 2.14
|) were not met:
|
|No package 'x11' found
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
* Note that I didn't build test this, because I'm building
without x11. I just looked up the package of x11.pc, which
at least in Ubuntu is libx11.
.../recipes-support/consolekit/consolekit_0.4.5.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
index 3ded6df..3a4b04f 100644
--- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
+++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
@@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
POLKITCONF = ""
POLKITCONF_libc-uclibc = "--disable-policykit"
-DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"
RDEPENDS_${PN} += "base-files"
inherit gnome
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] consolekit: depend on libx11
2012-02-10 22:04 [PATCH] consolekit: depend on libx11 Andreas Oberritter
@ 2012-02-11 2:09 ` Khem Raj
2012-02-11 16:16 ` Andreas Oberritter
2012-02-21 19:08 ` Saul Wold
1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-02-11 2:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On (10/02/12 23:04), Andreas Oberritter wrote:
> * Fixes the following error at configure time:
>
> |checking for TOOLS... no
> |configure: error: Package requirements (x11 >= 1.0.0
> | glib-2.0 >= 2.14
> |) were not met:
> |
> |No package 'x11' found
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> * Note that I didn't build test this, because I'm building
> without x11. I just looked up the package of x11.pc, which
> at least in Ubuntu is libx11.
>
> .../recipes-support/consolekit/consolekit_0.4.5.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> index 3ded6df..3a4b04f 100644
> --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> @@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
> POLKITCONF = ""
> POLKITCONF_libc-uclibc = "--disable-policykit"
>
> -DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> +DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"
should this depend on if x11 is in DISTRO_FEATURES ?
> RDEPENDS_${PN} += "base-files"
>
> inherit gnome
> --
> 1.7.5.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
-Khem
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] consolekit: depend on libx11
2012-02-11 2:09 ` Khem Raj
@ 2012-02-11 16:16 ` Andreas Oberritter
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Oberritter @ 2012-02-11 16:16 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 11.02.2012 03:09, Khem Raj wrote:
> On (10/02/12 23:04), Andreas Oberritter wrote:
>> * Fixes the following error at configure time:
>>
>> |checking for TOOLS... no
>> |configure: error: Package requirements (x11 >= 1.0.0
>> | glib-2.0 >= 2.14
>> |) were not met:
>> |
>> |No package 'x11' found
>>
>> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
>> ---
>> * Note that I didn't build test this, because I'm building
>> without x11. I just looked up the package of x11.pc, which
>> at least in Ubuntu is libx11.
>>
>> .../recipes-support/consolekit/consolekit_0.4.5.bb | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
>> index 3ded6df..3a4b04f 100644
>> --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
>> +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
>> @@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
>> POLKITCONF = ""
>> POLKITCONF_libc-uclibc = "--disable-policykit"
>>
>> -DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
>> +DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"
>
> should this depend on if x11 is in DISTRO_FEATURES ?
If it was conditional, someone would have to fix consolekit first in
order to make it build without x11. This would be no problem for someone
interested in it, but it can still be done later.
>> RDEPENDS_${PN} += "base-files"
>>
>> inherit gnome
>> --
>> 1.7.5.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] consolekit: depend on libx11
2012-02-10 22:04 [PATCH] consolekit: depend on libx11 Andreas Oberritter
2012-02-11 2:09 ` Khem Raj
@ 2012-02-21 19:08 ` Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-02-21 19:08 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 02/10/2012 02:04 PM, Andreas Oberritter wrote:
> * Fixes the following error at configure time:
>
> |checking for TOOLS... no
> |configure: error: Package requirements (x11>= 1.0.0
> | glib-2.0>= 2.14
> |) were not met:
> |
> |No package 'x11' found
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
> * Note that I didn't build test this, because I'm building
> without x11. I just looked up the package of x11.pc, which
> at least in Ubuntu is libx11.
>
> .../recipes-support/consolekit/consolekit_0.4.5.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> index 3ded6df..3a4b04f 100644
> --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> @@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
> POLKITCONF = ""
> POLKITCONF_libc-uclibc = "--disable-policykit"
>
> -DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> +DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"
> RDEPENDS_${PN} += "base-files"
>
> inherit gnome
Merged into OE-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-21 19:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 22:04 [PATCH] consolekit: depend on libx11 Andreas Oberritter
2012-02-11 2:09 ` Khem Raj
2012-02-11 16:16 ` Andreas Oberritter
2012-02-21 19:08 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox