diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-08 22:32:20 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-09 00:00:06 -0800 |
| commit | 21dbf20b54029eb8babfeb8d7f52f1b78cc560aa (patch) | |
| tree | 0be499a5424864d901a39f6f78ca500bb3dc7fed | |
| parent | a9cee7a46934d2f305fa458969e96ff7dab8841b (diff) | |
| download | meta-openembedded-21dbf20b54029eb8babfeb8d7f52f1b78cc560aa.tar.gz | |
keybinder: use autotools-brokensep instead of setting B
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 20d6b1b627..444a545d41 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "gtk+3 gobject-introspection-native \ | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | B = "${S}" | ||
| 13 | 12 | ||
| 14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" | 13 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
| 15 | PV = "3.0+git${SRCPV}" | 14 | PV = "3.0+git${SRCPV}" |
| @@ -18,7 +17,7 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=ht | |||
| 18 | 17 | ||
| 19 | RDEPENDS:${PN} = "gtk+" | 18 | RDEPENDS:${PN} = "gtk+" |
| 20 | 19 | ||
| 21 | inherit features_check autotools gtk-doc gobject-introspection | 20 | inherit features_check autotools-brokensep gtk-doc gobject-introspection |
| 22 | 21 | ||
| 23 | REQUIRED_DISTRO_FEATURES = "x11" | 22 | REQUIRED_DISTRO_FEATURES = "x11" |
| 24 | do_configure:prepend() { | 23 | do_configure:prepend() { |
