mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
![]() Include drop-unknown-suffix.inc to remove unknown suffix from version in pc file. Befor the fix: $ cat /usr/lib/pkgconfig/libassuan.pc [snip] Name: libassuan Description: IPC library for the GnuPG components Requires.private: gpg-error Version: 3.0.2-unknown Cflags: -I${includedir} [snip] After the fix: $ cat /usr/lib/pkgconfig/libassuan.pc [snip] Name: libassuan Description: IPC library for the GnuPG components Requires.private: gpg-error Version: 3.0.2 Cflags: -I${includedir} [snip] (From OE-Core rev: 531a71a265c1db25ebea86f6d8c6b2f436145858) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
---|---|---|
.. | ||
classes | ||
classes-global | ||
classes-recipe | ||
conf | ||
files | ||
lib | ||
recipes-bsp | ||
recipes-connectivity | ||
recipes-core | ||
recipes-devtools | ||
recipes-extended | ||
recipes-gnome | ||
recipes-graphics | ||
recipes-kernel | ||
recipes-multimedia | ||
recipes-rt | ||
recipes-sato | ||
recipes-support | ||
site | ||
COPYING.MIT | ||
recipes.txt |