[OE-core] [PATCH v3] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
From: Jan Siegmund <jsiegm...@arri.de> Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-b

Re: [OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
Am 04.02.2018 um 10:59 schrieb Richard Purdie: > On Sat, 2018-02-03 at 11:33 +0100, Jan Siegmund wrote: >> From: Jan Siegmund <jsiegm...@arri.de> >> >> Native tools were not able to use the headers of apt-pkg. This patch >> adds the feature. >> The heade

[OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-03 Thread Jan Siegmund
From: Jan Siegmund <jsiegm...@arri.de> Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-b

[OE-core] [PATCH] apt-native: Add libapt-pkg headers

2018-02-02 Thread Jan Siegmund
From: Jan Siegmund <jsiegm...@arri.de> Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-b

[OE-core] [rocko][PATCH 1/2] lz4: fix upstream version check

2018-01-17 Thread Jan Siegmund
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-support/lz4/lz4_1.7.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb

[OE-core] [rocko][PATCH 2/2] lz4: remove ptest changes

2018-01-17 Thread Jan Siegmund
From: Ross Burton This recipe installs the test suite by copying the entire build tree into /usr/share/ptest, which is both wasteful and breaks packaging as lz4-ptest then gets renamed by debian.bbclass to liblz4. Signed-off-by: Ross Burton