diff mbox

[01/10] json-c: Making it usable in builds

Message ID b1e72ed88b011756f2abe23a25a926d6d8edcc3f.1388738593.git.kibo@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Kim Bøndergaard Jan. 3, 2014, 8:49 a.m. UTC
---
 recipes/json-c/json-c_0.11.oe | 1 +
 1 file changed, 1 insertion(+)

Comments

Esben Haabendal Feb. 6, 2014, 12:59 p.m. UTC | #1
Kim Bøndergaard <kibo@prevas.dk> writes:

> ---
>  recipes/json-c/json-c_0.11.oe | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes/json-c/json-c_0.11.oe b/recipes/json-c/json-c_0.11.oe
> index 6e18333..c335ec6 100644
> --- a/recipes/json-c/json-c_0.11.oe
> +++ b/recipes/json-c/json-c_0.11.oe
> @@ -10,6 +10,7 @@ PARALLEL_MAKE = ""
>  AUTO_PACKAGE_LIBS = "json json-c"
>  AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc"
>  
> +AUTO_PACKAGE_LIBS_DEV_DEPENDS = "${PN}-dev"
>  
>  DEPENDS_${PN}-libjson-c += "libc"
>  DEPENDS_${PN}-libjson += "libc libjson-c"

I cannot seem to find a patch for adding the json-c recipe...  Did I
miss it?  Please (re)send.

/Esben
Esben Haabendal Feb. 7, 2014, 9:05 a.m. UTC | #2
Esben Haabendal <esben.haabendal@dev.prevas.dk> writes:

> Kim Bøndergaard <kibo@prevas.dk> writes:
>
>> ---
>>  recipes/json-c/json-c_0.11.oe | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/recipes/json-c/json-c_0.11.oe b/recipes/json-c/json-c_0.11.oe
>> index 6e18333..c335ec6 100644
>> --- a/recipes/json-c/json-c_0.11.oe
>> +++ b/recipes/json-c/json-c_0.11.oe
>> @@ -10,6 +10,7 @@ PARALLEL_MAKE = ""
>>  AUTO_PACKAGE_LIBS = "json json-c"
>>  AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc"
>>  
>> +AUTO_PACKAGE_LIBS_DEV_DEPENDS = "${PN}-dev"
>>  
>>  DEPENDS_${PN}-libjson-c += "libc"
>>  DEPENDS_${PN}-libjson += "libc libjson-c"
>
> I cannot seem to find a patch for adding the json-c recipe...  Did I
> miss it?  Please (re)send.

I found the commit in your gitorious repo, and have merged it together
with this patch.

/Esben
diff mbox

Patch

diff --git a/recipes/json-c/json-c_0.11.oe b/recipes/json-c/json-c_0.11.oe
index 6e18333..c335ec6 100644
--- a/recipes/json-c/json-c_0.11.oe
+++ b/recipes/json-c/json-c_0.11.oe
@@ -10,6 +10,7 @@  PARALLEL_MAKE = ""
 AUTO_PACKAGE_LIBS = "json json-c"
 AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc"
 
+AUTO_PACKAGE_LIBS_DEV_DEPENDS = "${PN}-dev"
 
 DEPENDS_${PN}-libjson-c += "libc"
 DEPENDS_${PN}-libjson += "libc libjson-c"