diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk')
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb index fab6057d66..b8f1e9af65 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb | |||
| @@ -23,13 +23,13 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
| 23 | SRC_URI[md5sum] = "b01a9691c83990b3db0ce62d1012ca67" | 23 | SRC_URI[md5sum] = "b01a9691c83990b3db0ce62d1012ca67" |
| 24 | SRC_URI[sha256sum] = "8addc385fa6b5be4605e6d68fbdc4c0e674c5af1dc1c95ec5420390c4b08042a" | 24 | SRC_URI[sha256sum] = "8addc385fa6b5be4605e6d68fbdc4c0e674c5af1dc1c95ec5420390c4b08042a" |
| 25 | 25 | ||
| 26 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | 26 | SRC_URI_class-native = "${BASE_SRC_URI}" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/tcl${PV}/unix" | 28 | S = "${WORKDIR}/tcl${PV}/unix" |
| 29 | 29 | ||
| 30 | inherit autotools | 30 | inherit autotools |
| 31 | 31 | ||
| 32 | DEPENDS_virtclass-native = "" | 32 | DEPENDS_class-native = "" |
| 33 | 33 | ||
| 34 | EXTRA_OECONF = "--enable-threads --disable-rpath" | 34 | EXTRA_OECONF = "--enable-threads --disable-rpath" |
| 35 | 35 | ||
| @@ -71,6 +71,6 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh" | |||
| 71 | 71 | ||
| 72 | # isn't getting picked up by shlibs code | 72 | # isn't getting picked up by shlibs code |
| 73 | RDEPENDS_${PN} += "tcl-lib" | 73 | RDEPENDS_${PN} += "tcl-lib" |
| 74 | RDEPENDS_${PN}_virtclass-native = "" | 74 | RDEPENDS_${PN}_class-native = "" |
| 75 | 75 | ||
| 76 | BBCLASSEXTEND = "native" | 76 | BBCLASSEXTEND = "native" |
