diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-14 16:34:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:48 +0200 |
commit | 9cf23ba8fd64cc3b1fddc25eca821b2ac09fc3a6 (patch) | |
tree | 0ab41567638a52eebb676c39fa0915a208392f3a /meta-oe/recipes-support | |
parent | 9a5bdd3c99412f629f97300c7cbf6ac6fe349c17 (diff) | |
download | meta-openembedded-9cf23ba8fd64cc3b1fddc25eca821b2ac09fc3a6.tar.gz |
navit, usbpath: add missing pkgconfig inherit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index 001683e96..0ec9324bb 100644 --- a/meta-oe/recipes-support/usbpath/usbpath_svn.bb +++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb | |||
@@ -15,5 +15,4 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/usbpath" | 16 | S = "${WORKDIR}/usbpath" |
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools pkgconfig |
19 | |||