diff options
Diffstat (limited to 'meta/recipes-devtools/unfs-server')
-rw-r--r-- | meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb index d03c153298..7480638889 100644 --- a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb +++ b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
5 | 5 | ||
6 | RDEPENDS_${PN} = "pseudo" | 6 | RDEPENDS_${PN} = "pseudo" |
7 | RDEPENDS_${PN}_virtclass-native = "pseudo-native" | 7 | RDEPENDS_${PN}_virtclass-native = "pseudo-native" |
8 | RDEPENDS_${PN}_virtclass-nativesdk = "pseudo-nativesdk" | 8 | RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-pseudo" |
9 | BASEPV = "2.2beta47" | 9 | BASEPV = "2.2beta47" |
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
@@ -73,6 +73,6 @@ python __anonymous () { | |||
73 | import re | 73 | import re |
74 | 74 | ||
75 | pn = d.getVar("PN", True) | 75 | pn = d.getVar("PN", True) |
76 | if not pn.endswith('-native') and not pn.endswith('-nativesdk'): | 76 | if not pn.endswith('-native') and not pn.startswith('nativesdk-'): |
77 | raise bb.parse.SkipPackage("unfs-server is intended for native/nativesdk builds only") | 77 | raise bb.parse.SkipPackage("unfs-server is intended for native/nativesdk builds only") |
78 | } | 78 | } |