diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/navit/navit.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath_svn.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes-navigation/navit/navit.inc index eb8f43a5a..434743607 100644 --- a/meta-oe/recipes-navigation/navit/navit.inc +++ b/meta-oe/recipes-navigation/navit/navit.inc | |||
@@ -15,7 +15,7 @@ RSUGGESTS_${PN} = "flite-alsa espeak ${PN}-speech-dbus ${PN}-gui-gtk ${PN}-gui-q | |||
15 | PE = "1" | 15 | PE = "1" |
16 | INC_PR = "r11" | 16 | INC_PR = "r11" |
17 | 17 | ||
18 | inherit autotools gettext | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||
20 | PACKAGECONFIG ?= "qt" | 20 | PACKAGECONFIG ?= "qt" |
21 | PACKAGECONFIG[fribidi] = "--enable-fribidi,--disable-fribidi,fribidi" | 21 | PACKAGECONFIG[fribidi] = "--enable-fribidi,--disable-fribidi,fribidi" |
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 | |||