xorg-lib: xtrans - set ALLOW_EMPTY; fixes dependency problem with SDKs
authorMike Westerhof <mwester@dls.net>
Mon, 3 Nov 2008 02:00:55 +0000 (20:00 -0600)
committerMike Westerhof <mwester@dls.net>
Mon, 3 Nov 2008 02:00:55 +0000 (20:00 -0600)
Note: PR not bumped for this change since this is affects very few users.

packages/xorg-lib/xtrans_1.0.3.bb
packages/xorg-lib/xtrans_1.0.4.bb
packages/xorg-lib/xtrans_1.1.bb
packages/xorg-lib/xtrans_1.2.1.bb
packages/xorg-lib/xtrans_1.2.bb

index 42cf655..4ddc351 100644 (file)
@@ -4,4 +4,6 @@ DESCRIPTION = "network API translation layer to insulate X applications and \
 libraries from OS network vageries."
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI += "file://fix-missing-includepath.patch;patch=1"
index be2588b..3fa5098 100644 (file)
@@ -4,6 +4,8 @@ DESCRIPTION = "network API translation layer to insulate X applications and \
 libraries from OS network vageries."
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 XORG_PN = "xtrans"
 
 SRC_URI += "file://fix-missing-includepath.patch;patch=1"
index 42cf655..4ddc351 100644 (file)
@@ -4,4 +4,6 @@ DESCRIPTION = "network API translation layer to insulate X applications and \
 libraries from OS network vageries."
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI += "file://fix-missing-includepath.patch;patch=1"
index 75ba93c..81464f4 100644 (file)
@@ -5,6 +5,8 @@ libraries from OS network vageries."
 PE = "1"
 PR = "r0"
 
+ALLOW_EMPTY = "1"
+
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
 
 RDEPENDS_${PN}-dev = ""
index 42cf655..4ddc351 100644 (file)
@@ -4,4 +4,6 @@ DESCRIPTION = "network API translation layer to insulate X applications and \
 libraries from OS network vageries."
 PE = "1"
 
+ALLOW_EMPTY = "1"
+
 SRC_URI += "file://fix-missing-includepath.patch;patch=1"