diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.2.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.2.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb index 55ac532535..7091f6d97f 100644 --- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb | |||
@@ -17,6 +17,12 @@ SRC_URI = "\ | |||
17 | SRC_URI[md5sum] = "78eb1e984f4532aa9f2bdd3c127b5b61" | 17 | SRC_URI[md5sum] = "78eb1e984f4532aa9f2bdd3c127b5b61" |
18 | SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e9df936" | 18 | SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e9df936" |
19 | 19 | ||
20 | PR = "r1" | ||
21 | |||
22 | SRC_URI_append_virtclass-nativesdk = "\ | ||
23 | file://relocatable_sdk.patch \ | ||
24 | " | ||
25 | |||
20 | do_configure_prepend_virtclass-nativesdk() { | 26 | do_configure_prepend_virtclass-nativesdk() { |
21 | if [ "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" = "" ] ; then | 27 | if [ "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" = "" ] ; then |
22 | # Undo the -lX11 added by linker-flags.patch | 28 | # Undo the -lX11 added by linker-flags.patch |